Forum Discussion
Calculate Grand Total
- Anonymous3 years ago
Hi Anonymous ,
Please make sure where is month columns from in your line visual.
Try measure as below.
Mix CPNL 2021 = SUMX ( VALUES ( 'TableName'[Month] ), [CPNL 2021] )Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous This looks like a measure aggregation problem. See my blog article about that here: https://community.powerbi.com/t5/Community-Blog/Design-Pattern-Groups-and-Super-Groups/ba-p/138149
The pattern is:
MinScoreMeasure = MINX ( SUMMARIZE ( Table, Table[Group] , "Measure",[YourMeasure] ), [Measure])
MaxScoreMeasure = MAXX ( SUMMARIZE ( Table, Table[Group] , "Measure",[YourMeasure] ), [Measure])
AvgScoreMeasure = AVERAGEX ( SUMMARIZE ( Table, Table[Group] , "Measure",[YourMeasure] ), [Measure])
etc.
- Anonymous3 years agoNot applicable
Sorry i didn't understand what you said.
My line chart work perfectly but i want to add some bonus like the "grand total"