Forum Discussion
frost789
Helper II
1 year agoHow to apply conditional formatting to individual Column Category in a clustered column chart?
I have the following visual, I'd like to apply a conditional formatting (change a column's color) individually without changing the other column's conditional formatting options I'm only a...
- 1 year ago
Not sure of how to colour the slices of a pie chart but this measure will colour the data labels by going to Format > Details Labels > Values > Color. Ratio is the same measure as shared earlier.
Colour measure = if(MIN('Dup Data'[PFW])<>"Pass",if([Ratio]<=0.08,"Green",if([Ratio]<=0.10,"Yellow","Red")),"Grey")Hope this helps.
v-hashadapu
Community Support
1 year agoHello frost789 , Just getting back to see if the shared details answered your question. If so, marking it as "Accept as Solution" would be greatly appreciated to guide others in the community. Feel free to reach out with any additional questions!
frost789
Helper II
1 year agoI've marked a solution