Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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.
User | Count |
---|---|
136 | |
70 | |
69 | |
54 | |
52 |
User | Count |
---|---|
207 | |
94 | |
64 | |
61 | |
57 |