Hi
I hope you can help me with this problem. I have a table with four columns:
My table contains 50 customers (50 rows). Now I would like to filter the Customernames by using advanced filter to only select the 10 customers with the higest sales. This is fine, but when I do this, the Sales shown as percentage of Grand Total, is based on the Grand Total of only the 10 customers. I need to show it as a percentage of the Grand Total of the 50 customers.
Is this possible?
Thanks.
Solved! Go to Solution.
Hi, try with this measure:
% of Grand Total = DIVIDE ( SUM ( Table1[Sales] ), CALCULATE ( SUM ( 'Table1'[Sales] ), ALL ( 'Table1'[Customer Name] ) ) )
Regards
Victor
Lima - Peru
Hi Angelia
I looked for an answer but did not find it - i do have "Email me when someone replies" but I did not get anything. Also at the top my email says 0.
could you email me and tell me how to get back to this page please? I suppose it is
Microsoft Power BI Community, Forums, Get Help with Power BI, Desktop
I am working from home so not sure if I will ever find this page again 🙂
Sorry
Jo
Hi, try with this measure:
% of Grand Total = DIVIDE ( SUM ( Table1[Sales] ), CALCULATE ( SUM ( 'Table1'[Sales] ), ALL ( 'Table1'[Customer Name] ) ) )
Regards
Victor
Lima - Peru
Hi...I have the same problem but also last year:
I need the same but using previousYear function...I did this but it doesnt work:
DIVIDE(SUM(Vista_TGT[Cantidad]),CALCULATE(SUM(Vista_TGT[Cantidad])),PREVIOUSYEAR(Vista_TGT[Fecha]),ALL(Vista_TGT[Expr3]))
Any idea how to fix it?
Thank you very much, exactly what I was looking for.
Regards,
Agnethe
User | Count |
---|---|
202 | |
80 | |
79 | |
76 | |
44 |
User | Count |
---|---|
167 | |
86 | |
80 | |
79 | |
74 |