Forum Discussion
jcastr02
6 years agoPost Prodigy
Conditional Formatting - matrix row
Trying to set up a cond formatting to the highest number in each row, to be background color of dark grey. The values are not coming from any measure. I am doing % of row total of responses. See pic below.
7 Replies
- jcastr02Post Prodigy
Hello rajulshah
https://1drv.ms/u/s!Ava_12t7CNJtkCGALXOtGpymk1pF
Please see link. I appreciate your help!
- jcastr02Post Prodigy
- v-lionel-msftCommunity Support
Hi jcastr02 ,
Create a measure like this:Max_grey = VAR x = CALCULATE( MAX(Sales[Sale 2013]), ALLEXCEPT( Sales, Sales[Brand] ) ) RETURN IF( MAX(Sales[Sale 2013]) = x, "grey", "white" )Then, do like this:
(The matrix in the picture is the effect I have achieved, I just repeat the operation again.)
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- jcastr02Post Prodigy
v-lionel-msft seems it's only shading the first column.
Attached is the file - see 30 day feedback tab