Forum Discussion
Individual Scatter Plot Legend / Class
- 4 years ago
joshua1990 , if you use legend then I doubt you can use conditional formatting. Otherwise you can create a color measure and use that in conditional formatting using the field value option
Color = Switch(True() ,
[Sales] > 500 , "Green",
[Sales] > 400 , "Yellow",
[Sales] > 200 , "Red",
"Purple"
)
How to do conditional formatting by measure and apply it on pie? : https://youtu.be/RqBb5eBf_I4
joshua1990 , if you use legend then I doubt you can use conditional formatting. Otherwise you can create a color measure and use that in conditional formatting using the field value option
Color = Switch(True() ,
[Sales] > 500 , "Green",
[Sales] > 400 , "Yellow",
[Sales] > 200 , "Red",
"Purple"
)
How to do conditional formatting by measure and apply it on pie? : https://youtu.be/RqBb5eBf_I4