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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
jasonleaddis
Regular Visitor

Matrix Visual- remove a particular column from grand total

Hello All, 

 

I have a Matrix visual that has a few numberic column and one character column used as a class tag.

The problem is for numeric column, it is ok to be summarized in grand total, but there is no meaning to let the character column be shown in grand total.

 

I've set the character column as do not summarize. but the grand total still includes this column as is showing meaningless data.

 

Does anyone know how to remove a particular column from grand total?Capture.PNG

 

Thanks!

1 REPLY 1
nahid3152
Helper II
Helper II

Hi,
You can use conditional formatting Background color for A="White" else "black"
AS like That

COLOR BG =

IF (HASONEVALUE('Table-1'[ClassCode])

,IF( FIRSTNONBLANK('Table-1'[ClassCode] , 0) = "A"

,"#FFFFFF"

,"Black"

)

,BLANK()

)

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.