Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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 MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
141 | |
79 | |
64 | |
52 | |
47 |
User | Count |
---|---|
212 | |
89 | |
76 | |
66 | |
60 |