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.
Hi,
My problem here is i want to set the colour to my card based on the sales target of business unit.
For example:
BU | Sales Target
A | 100
B | 150
My card here shows the Sales number by whole at default. If i clicked the filter BU A, if the Sales number is higher than the target (100), the colour will be green, same as BU B. If lower than the colour is red.
If the filter is "all", the colour should be green if both A AND B passed the target. But the colour should be red if any A OR B below the target.
I have tried a few ways with SELECTEDVALUE and SWITCH functions but this one is out of my reach. Can anyone assist me on this matter?
@Anonymous , Based on what I got.
If sales and target are measure or create measures
then you can have color measure
color = if([sales]>[Target], "Green", "Red")
You can use the above measure in 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
https://amitchandak.medium.com/power-bi-where-is-the-conditional-formatting-option-in-new-format-pane-66e0afcb15f3
User | Count |
---|---|
76 | |
75 | |
46 | |
31 | |
27 |
User | Count |
---|---|
99 | |
91 | |
51 | |
49 | |
46 |