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
rpinxt
Solution Sage
Solution Sage

Subtotal problems

Quick questions as I keep running into this.

 

When using a matrix I want to no show subtotals for every line (as that field is unique so it makes no sense!) but I do want to see the grandtotal.

 

Somehowe if I switch off row subtotals I also have no grand totals....

3 REPLIES 3
Anonymous
Not applicable

Hi @rpinxt ,

Please try:

 

Measure 2 = IF(ISINSCOPE('Table'[Column1])<>ISINSCOPE('Table'[Column2]),BLANK(),[Measure])

 

Or:

 

Measure 3 = IF(ISINSCOPE('Table'[Column1])<>ISINSCOPE('Table'[Column2]),BLANK(),SUMX(SUMMARIZE('Table','Table'[Column1],'Table'[Column2]),[Measure]))

 

Result:

vcgaomsft_0-1667544858078.png

The PBIX file is attached for reference.

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly -- How to provide sample data

Ok thanks @Anonymous 

But if I'm correct then you only can do this with a measure?
And then you will always have a blank row?

Or is that only here because you also have the measure with subtotal in and maybe stepped layout on.

 

So there is no settings option like in excel where subtotals and grand totals are seperately from eachother to control?

Anonymous
Not applicable

Hi @rpinxt ,

 

Yes, more cannot be done at this time.😥 Please vote for this idea:
Toggles for Sub-Totals and Grand-Totals on Matrixes

 

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly -- How to provide sample data

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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