Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
mshamsiev
Helper I
Helper I

Help with a SLA measure pls

Hi all,

 

I've got a SLA table with several Assignment Groups and a Stage column with either Achieved or Breached. 

 

I'm trying to work out the % achieved based on the Stage column for each assignment group and create a dial that changes based on the selection. Anyone know how I can achieve this? Thanks in advance! 

 

 SLA.JPG

 

-Mike

 

1 ACCEPTED SOLUTION
DoubleJ
Solution Supplier
Solution Supplier

Hi

 

This approach might help. Let's say we have this SLA table:
SLA_01.PNG

Group1: 4 out of 5 have stage "Achieved"
Group2: 1 out of 3 has stage "Achieved"

Create this measure

SuccessRate = 
CALCULATE(
	COUNTA(SLA[Stage]),
           SLA[Stage] ="Achieved") / 
	   CALCULATE(COUNTA(SLA[Stage]))


Result:

SLA_02.PNG

 

Hope this helps!

JJ

 

 

 

 

View solution in original post

2 REPLIES 2
DoubleJ
Solution Supplier
Solution Supplier

Hi

 

This approach might help. Let's say we have this SLA table:
SLA_01.PNG

Group1: 4 out of 5 have stage "Achieved"
Group2: 1 out of 3 has stage "Achieved"

Create this measure

SuccessRate = 
CALCULATE(
	COUNTA(SLA[Stage]),
           SLA[Stage] ="Achieved") / 
	   CALCULATE(COUNTA(SLA[Stage]))


Result:

SLA_02.PNG

 

Hope this helps!

JJ

 

 

 

 

Hey @DoubleJ,

 

You're a life saver! Thanks for the help mate 🙂 

 

-Mike 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.