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 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.
Thank you.
I already got the solution and It worked 😊
Here it is:
_ConditionSLATarget =
SWITCH(
TRUE(),
[_SLA Summary Results] >= [Target],1,
[_SLA Summary Results] >= [_Minimum],0,
[_SLA Summary Results] < [_Minimum],-1)
Please don't hesitate to message me if you need additional information 🤗
@Newbie22 , Make sure the above is created using measure and you are creating a measure
like
[_SLA Summary Results] >[Average of Target]
Thank you.
I already got the solution and It worked 😊
Here it is:
_ConditionSLATarget =
SWITCH(
TRUE(),
[_SLA Summary Results] >= [Target],1,
[_SLA Summary Results] >= [_Minimum],0,
[_SLA Summary Results] < [_Minimum],-1)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
118 | |
84 | |
49 | |
38 | |
28 |
User | Count |
---|---|
185 | |
73 | |
73 | |
50 | |
42 |