Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi Team
i need help with the below, so basically what im trying to do is i'm calculating SLA Condition using the below script which is a Column
regards
Manwatha Immanuel
Solved! Go to Solution.
@Anonymous
Try measure like
SLA Condition = IF([Total SLA]<=Sum(Activities[CCBA Target]),1,0)
or
SLA Condition = IF([Total SLA]<=max(Activities[CCBA Target]),1,0)
Make sure you disply this measure with line level data
@Anonymous
Try measure like
SLA Condition = IF([Total SLA]<=Sum(Activities[CCBA Target]),1,0)
or
SLA Condition = IF([Total SLA]<=max(Activities[CCBA Target]),1,0)
Make sure you disply this measure with line level data
Hi @amitchandak your surgestion worked thanks alot.
ive used this formula
SLA Condition = IF([Total SLA]<=Sum(Activities[CCBA Target]),1,0)
Hi @amitchandak thank you for your response, do you pehaps have simple method i can convert the column i have and make it a measure without changing data in it?
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 12 | |
| 10 | |
| 8 |