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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
CLANG10
Helper I
Helper I

colour highest value in each column of a matrix table

Hi,

    I have a matrix table which i want to colour the highest value in each column. I wrote a measure below: 

 

MAXCOLOR = VAR MAX% = MAXX(ALLSELECTED(Table), Table[Week]) RETURN IF(MAX%=MAX(Table[Week]), "#E6007E")

 

But not able to insert this measure as field in cell conditional formating. 

 

Would need advise on the Measure. Thanks!!

CLANG10_1-1679481339388.png

 

1 REPLY 1
Yashh
Helper II
Helper II

Hello @CLANG10 

 

Yashh_0-1679489783321.png

Use cell elements and then click on fx and then do conditional formatting for each column.

 

Best regards

Yashh

 

 

If you like give kudos and mark it as a solution if I was able to solve your problem.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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