Forum Discussion
lcasey
Post Prodigy
7 years agoCalculate 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
- v-yulgu-msft
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