Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
75 | |
75 | |
45 | |
31 | |
27 |
User | Count |
---|---|
99 | |
89 | |
52 | |
48 | |
46 |