Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
ppgandhi11
Helper V
Helper V

how to show total for only selective columns in report?

Hi,

 

I have a matrix report with 5+ fields.  I want to display the total for only few of the fields not all. I see an option in General - Total with On/Off. When I select On, it shows total for all the fields. When I select Off, it does not show total for all the fields.

 

How to do this selectively? For example: TotalCases field is a good example of showing total. But the AverageCaseTime field does not need to show total. It could be misleading. Any help is appreciated. Thanks!

 

Prashant-

1 ACCEPTED SOLUTION
ricardocamargos
Continued Contributor
Continued Contributor

Hi @ppgandhi11

 

In this case you can create measure for each field and use the HASONEVALUE function to create a differente calculation for the total, in your case blank().

 

 

View solution in original post

3 REPLIES 3
ricardocamargos
Continued Contributor
Continued Contributor

Hi @ppgandhi11

 

In this case you can create measure for each field and use the HASONEVALUE function to create a differente calculation for the total, in your case blank().

 

 

How would this measure display the total for that selective column at the end? (In the bottom)

Hi @ppgandhi11,

 

If you create a measure using the HASONEVALUE function, it will replace the aggretation that you selected, so you can replace this default aggretation for blank or other aggregation.

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors