Forum Discussion
apmulhearn
Helper III
5 years agoHelp coloring matrix with multiple column levels for ease of viewing
Hello, I have a matrix with column levels first by geo, then date. I am looking for a way to colorize all the geo columns together. Is there any way to accomplish this? Thank you! ...
- 5 years ago
apmulhearn , you can create color measure and use that in conditional formatting using field value option
if(max(table[region]) in {"East Afria" ,"India"} , "yellow", "white")
Refer my video: https://www.youtube.com/watch?v=RqBb5eBf_I4
amitchandak
Super User
5 years agoapmulhearn , you can create color measure and use that in conditional formatting using field value option
if(max(table[region]) in {"East Afria" ,"India"} , "yellow", "white")
Refer my video: https://www.youtube.com/watch?v=RqBb5eBf_I4