Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. 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 |
---|---|
76 | |
75 | |
46 | |
31 | |
27 |
User | Count |
---|---|
99 | |
91 | |
51 | |
49 | |
46 |