The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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