Forum Discussion
CNC987654
7 years agoHelper I
Grand Total on Matrix
By default, PowerBI automatically sums all numeric fields in the grand totals. But some fields dont make sense. For example, the age field below. Is there a way to turn off (remove) grand total for s...
Ashish_Mathur
7 years agoSuper User
Hi,
This measure should work
=IF(HASONEVALUE(Data[Name]),SUM(Data[Age]),BLANK())
Hope this helps.
- CNC9876547 years agoHelper I
Do you have a screen shot of where to apply the measure? thanks
- Ashish_Mathur7 years agoSuper User
Hi,
Go to Modelling > New Measure.