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 selected fields?
Hi CNC987654 ,
Within Power BI , select 'Field Formatting' - > Age - > then Make the Font Color White and apply only to the Totals.
This masks the total for Age.
4 Replies
- Ashish_MathurSuper User
Hi,
This measure should work
=IF(HASONEVALUE(Data[Name]),SUM(Data[Age]),BLANK())
Hope this helps.
- CNC987654Helper I
Do you have a screen shot of where to apply the measure? thanks
- Ashish_MathurSuper User
Hi,
Go to Modelling > New Measure.