March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
125 | |
84 | |
67 | |
54 | |
43 |
User | Count |
---|---|
204 | |
106 | |
98 | |
65 | |
54 |