Forum Discussion
Numerous Subtotals Formula
Hi mibu ,
You can create measure to get cumulative total like DAX below, then put it into Values box of Matrix visual.
Cumulative total = CALCULATE(SUM(Table1[Units]),FILTER(ALLSELECTED(Table1), Table1[Type] <=MAX(Table1[Type])))
Best Regards,
Amy
Community Support Team _ Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- mibu6 years ago
Microsoft Employee
Hi v-xicai
I did per your guidance and get the following result:
What I need however is for the Matrix to read:
Cumulative total / 3600
I need it to show as a row, not a column in the Matrix.
Thoughts?
Thanks!
mibu
- mibu6 years ago
Microsoft Employee
Hi v-xicai
I am looking for a Measure that will allow me to create the following:
Sum of A+B
Sum of A+C...
THEN... be able to pull them both into Row section of a single Matrix.
Matrix will automally Grand Total A+B+C.
Including other contributors to this thread:
Thanks Team!
- Nathaniel_C6 years ago
Community Champion
Hi mibu , Just paging mfelix for his viewpoint.