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! Learn more

Reply
shruti_jain
Frequent Visitor

Remove conditional formatting for grand totals in matrix visual

We have a scenario where we are applying conditional formatting to totals in a matrix view which is having a group of 2 categories(Paid and Unpaid) based on Aging buckets. The same formatting is getting applied to Rows Grand Total and Columns Grand Total. We don’t want the formatting on the Grand Totals.

 

Actual Result:  

shruti_jain_0-1721379734534.png

 

Expected Result: There should not be any formatting on the Grand Totals

shruti_jain_1-1721379761205.png

 

We tried creating below measure to exclude the formatting on grand total, but it dint work out.

ConditionalFormatMeasure =

IF(
    HASONEVALUE('Table'[Category]) && 
    NOT ISINSCOPE('Table'[Grand Total Column]),
    [Your Original Measure],
    BLANK()
)

3 REPLIES 3
SamInogic
Super User
Super User

Hi,

 

You have to change the apply to options in the conditional formatting,

 

Navigate to the Conditional Formatting > Choose the formatting > Apply to > Values Only

 

Please refer to the screenshot given below,

 

SamInogic_0-1721383359353.png

 

 

Save the formatting.

 

Hope this helps.

 

Thanks!

Inogic Professional Services: Power Platform/Dynamics 365 CRM
An expert technical extension for your techno-functional business needs
Service: https://www.inogic.com/services/
Tips and Tricks: https://www.inogic.com/blog/

Hi, 

 

Thanks for your reply. But i dont want the formatting on the values. I want the formatting only on the subtotals, which will work by selecting the Totals only. At the same time, its applying on Grand totals too. I want to remove conditional formatting on only Grand Totals

Anonymous
Not applicable

Hi @shruti_jain 

 

Thanks for the reply from @SamInogic .

 

@shruti_jain , from my testing, it seems that the conditional formatting of the grand total cannot be set separately from that of the subtotal. But I think your idea makes sense and you can submit an idea for it at: Home (microsoft.com) and wait for users with the same needs as you to vote for you to help make it happen as soon as possible.

 

Hopefully this will be possible in a future release.

 

Best Regards,
Yulia Xu

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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