Hi Everyone,
I'd like to ask for your help. I have data with different targets per SLA. Minimum column is also target but it's the minimum % an SLA must have.
I created a measure that I will use to create an icon (using conditional format) to determine if the SLA Summary results met the target or not.
Here's a screenshot of my conditional format for the icons in case you need.
Solved! Go to Solution.
Hi @Newbie22 Try it
_ConditionSLATarget =
SWITCH(
TRUE(),
[_SLA Summary Results] >= [Target],1,
[_SLA Summary Results] >= [_Minimum],0,
[_SLA Summary Results] < [_Minimum],-1)
Hi @Newbie22 Try it
_ConditionSLATarget =
SWITCH(
TRUE(),
[_SLA Summary Results] >= [Target],1,
[_SLA Summary Results] >= [_Minimum],0,
[_SLA Summary Results] < [_Minimum],-1)
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
Join the biggest FREE Business Applications Event in LATAM this February.
User | Count |
---|---|
97 | |
76 | |
42 | |
30 | |
30 |
User | Count |
---|---|
134 | |
95 | |
78 | |
47 | |
39 |