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
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
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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