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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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