Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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!!
Hello @CLANG10
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.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 80 | |
| 62 | |
| 51 | |
| 45 |