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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

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
Microsoft Employee
Microsoft 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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors