I need to create a total measure for the report,
this measure like under screenshot,
it need to show: 200486.88 in report.
it will base on slicer choice, dynamic get the total number,
and it always matches with a total of Sum of Sales,
Thank you
Solved! Go to Solution.
Hi,
Try these measures
Total = sum(Data[Sales])
Total of selected products = calculate([Total],allselected(Data[product]))
Hope this helps.
Hi,
Try these measures
Total = sum(Data[Sales])
Total of selected products = calculate([Total],allselected(Data[product]))
Hope this helps.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
119 | |
75 | |
66 | |
51 | |
49 |
User | Count |
---|---|
183 | |
101 | |
80 | |
79 | |
77 |