Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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!
Solved! Go to Solution.
@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
@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
User | Count |
---|---|
97 | |
77 | |
77 | |
47 | |
26 |