The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
111 | |
82 | |
65 | |
53 | |
52 |
User | Count |
---|---|
128 | |
115 | |
80 | |
65 | |
63 |