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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
Vero85
Regular Visitor

Need help with Dax

Hi!

I am new with Dax and need help for this specific formula.

 

Original Table

ID.Student

ID.ClassSuccess?

1

11Yes
212

Yes

313No
411No
512

Yes

613Yes
711No
812Yes
913No
1011No

 

I would like to measure the success rate (number of students who "success = yes divide by the number of students) per Class id ?

 

Can anyone help me with this please 🙂

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Vero85 , Try a measure like

 

Divide( countrows(filter(Table, Table[Success?]= "Yes") , Table[ID.Student]) , countrows(Table[ID.Student]) )

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Vero85 , Try a measure like

 

Divide( countrows(filter(Table, Table[Success?]= "Yes") , Table[ID.Student]) , countrows(Table[ID.Student]) )

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
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.