The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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.
User | Count |
---|---|
71 | |
64 | |
62 | |
50 | |
28 |
User | Count |
---|---|
117 | |
75 | |
62 | |
55 | |
43 |