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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register 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?
User | Count |
---|---|
9 | |
8 | |
5 | |
4 | |
3 |