Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
lcasey
Post Prodigy
Post Prodigy

Calculate overall Average in a table without filtering

Hello,

 

I have two tables with 4 fields,

 

Table 1 (Cases) :    Qty (Gap) and Member

 

Table 2 (Revenue): Sales (Regularization) and Qty (Gap)

 

  • For each member I want to calculate the total Regularization (Sales)  / Total Quantity (Gap) in table 1 giving me an Aerage Revenue per qty 
  • Then I want to multiply table 2   Qty  times the Average sales per qty. 
Average Revenue = CALCULATE(DIVIDE(sum(Revenue[Regularization]),Sum(Revenue[Revenue Gap])),ALLSELECTED(Revenue))

Gap Forecast = [Average Revenue] * sum('Cases'[Case Gap])
 
The problem is when I add a visual that includes The member and qty from table 1 which may be filtered and try to calculate it against the Average Revenue , The Average Revenue calculation also gets filtered and does not provide a valkue per member.
 
Does anyone know why this is happening and have a solution?
 
 
 Thanks!
1 REPLY 1
v-yulgu-msft
Employee
Employee

Hi @lcasey,

 

Please try this:

Average Revenue = DIVIDE(sum(Revenue[Regularization]),Sum(Revenue[Revenue Gap])) 

 

For more advice, please provide sample data and illustrate the desired result with examples. How to Get Your Question Answered Quickly

 

Regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.