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
teng1
Frequent Visitor

Disable matrix summarized total

Hi All,

May i know is it possible to disable the auto summarized total in a matrix visual ?

I know that when the rows are collapsed, matrix will automatically apply function Sum to the figures. However, in my report layout, the total up values are meaningless.

 

So, is it possible to delete the total when rows are collapse ? (delete as in to show nothing in the figure column)

 

To change from:

teng1_0-1681359083120.png

 

change to:

teng1_1-1681359575375.png

 

 

Thanks

Regards,

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@teng1 , You can disable subtotal and you use the per row option to disable particular subtotal

 

You can also control it using, isinscope

 

Switch(True(),

isinscope(Table[Lowset level]), [Meausre],

isinscope(Table[level 1]), [Measure 2],

isinscope(Table[level 2]), blank())

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@teng1 , You can disable subtotal and you use the per row option to disable particular subtotal

 

You can also control it using, isinscope

 

Switch(True(),

isinscope(Table[Lowset level]), [Meausre],

isinscope(Table[level 1]), [Measure 2],

isinscope(Table[level 2]), blank())

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi amitchandak,

Thanks for showing the direction.

 

Here is what works for me.

Previously i made a mistake on the lowest level measure.

teng1_1-1681378255035.png

 

Regards.

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