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!
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
1 Reply
- amitchandak
Super User
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