Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi, I have this matrix:
I need to apply a conditional format based on Score P1 column value. If =Promotor, then green, if =Pasivo, then yellow, if Detractor=Red...is it possible?
Thanks in advance!
Solved! Go to Solution.
@Anonymous , You can not do conditional formatting on the Matrix row.
But using a color measure you can do on values
Switch(Max(Table[Score P1]),
"Promotor", "Green",
"Pasivo", "Yellow",
"Red"
)
Use that is conditional formatting using the field value option
How to do conditional formatting by measure and apply it on pie?
https://www.youtube.com/watch?v=RqBb5eBf_I4&list=PLPaNVDMhUXGYo50Ajmr4SgSV9HIQLxc8L
https://community.powerbi.com/t5/Community-Blog/Power-BI-Conditional-formatting-the-Pie-Visual/ba-p/1682539
@Anonymous , You can not do conditional formatting on the Matrix row.
But using a color measure you can do on values
Switch(Max(Table[Score P1]),
"Promotor", "Green",
"Pasivo", "Yellow",
"Red"
)
Use that is conditional formatting using the field value option
How to do conditional formatting by measure and apply it on pie?
https://www.youtube.com/watch?v=RqBb5eBf_I4&list=PLPaNVDMhUXGYo50Ajmr4SgSV9HIQLxc8L
https://community.powerbi.com/t5/Community-Blog/Power-BI-Conditional-formatting-the-Pie-Visual/ba-p/1682539
User | Count |
---|---|
59 | |
58 | |
56 | |
38 | |
29 |
User | Count |
---|---|
82 | |
62 | |
45 | |
40 | |
39 |