Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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?
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
8 | |
6 | |
4 | |
3 |