Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi,
I have set a set of SLA % below and the conditional formating associated with them.
Based on the Above Italy for example should be in Yellow as the Delievered in SLA is 66.82%.
however as you can see below Italy is showing in REd not Yellow even though SLA is above 50%.
Any ideas on the issue?
Solved! Go to Solution.
Hi, @Enrico501
You can try the following methods.
Color measure = SWITCH(TRUE(),
[SLA%]>=0&&[SLA%]<=0.5,"Red",
[SLA%]>0.5&&[SLA%]<=0.8,"Yellow",
[SLA%]>0.8&&[SLA%]<=1,"Green" )
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
It works. Thank You. This is the accepted solution.
Hi, @Enrico501
You can try the following methods.
Color measure = SWITCH(TRUE(),
[SLA%]>=0&&[SLA%]<=0.5,"Red",
[SLA%]>0.5&&[SLA%]<=0.8,"Yellow",
[SLA%]>0.8&&[SLA%]<=1,"Green" )
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
91 | |
74 | |
64 | |
49 | |
36 |
User | Count |
---|---|
115 | |
86 | |
80 | |
58 | |
39 |