Forum Discussion
Anonymous
5 years agoNot applicable
Concitional Formating each column in Matrix
Hi I have matrix and each column have a different color coding example points < 50 = red , utilisation <40% = red ho to do it ?
- 5 years ago
Hi Anonymous
You could create a measure like below:
Measure Value Color = IF(MAX('Table'[Point])<=50,"#ff0000","#000000")
Then:
Then you will see:
More about how to configure color measure,you can see the below:
https://community.powerbi.com/t5/Desktop/Colour-formatting-on-Measure/m-p/864818#M414953
Wish it is helpful for you!
v-luwang-msft
5 years agoCommunity Support
Hi Anonymous ,
Has your problem been solved, if so, please consider Accept a correct reply as the solution to help others find it.
Best Regard
Lucien Wang