Forum Discussion
mussaenda
7 years agoCommunity Champion
Grand Total on Matrix
Is there a way for me to put the totals on another column like the photo below? I am currently using matrix visual.
Thank you!
mussaenda solution attached, take a look and feel free to change as per your need.
7 Replies
- mussaendaCommunity Champion
Actually, they asked me to do the same format as the attached photo. Is it possible? If not, are there other ways to show the grand total on another column?
- v-chuncz-msftCommunity Support
You may drag the following calculated column to Rows.
Column = SUMX ( FILTER ( Table1, Table1[Grade] = EARLIER ( Table1[Grade] ) ), Table1[QTY] )- mussaendaCommunity Champion
Hi v-chuncz-msft ,
The calculated column might be correct but it is giving me this error:
A circular dependency was detected: Load/Unload[Column].
For the qty measure, here is my formula:
Stock Qty = CALCULATE([Total Carico Qty], FILTER(ALL('Date Table'), 'Date Table'[Date] <= MAX('Date Table'[Date]))) - CALCULATE([Total Scarico Qty], FILTER(ALL('Date Table'), 'Date Table'[Date] <= MAX('Date Table'[Date])))Thank you for your help!