Forum Discussion
jcastr02
4 years agoPost Prodigy
Matrix Visual column header color change
Is there a way to have alternating colors either for entire section OR column headers for matrix visuals so reading it is easier on eyes see example below
v-luwang-msft
4 years agoCommunity Support
Hi jcastr02 ,
If you want to read Matrix easier,I think you could test the below:
Base data:
visual:
create the below measure:
1 = IF(MAX('Table'[Tpe])="C",1)
Then conditional formatting-Advanced control:
setting like below:
final output:
And you also could use this way to adjust background color.
Did I answer your question? Mark my post as a solution!
Best Regards
Lucien