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
JohnDahis
Helper III
Helper III

Adding a column to show percentage calculated from columns, Matrix

Good day.

 

A table shows the Students having their subjects registered for Exams, but not of them were taken.

 

I want to use Matrix and add a column to show the exam taken rate over the register, i.e. numbers in the 3rd column divided by those in the second.

 

Tried to figure it out but stuck. Grateful if I can get some advises. Thank you.

 

Screenshot and attachment (link to DropBox) ready.

 

Student.png

 

1 ACCEPTED SOLUTION

I used the subject and exam taken columns instead of the calculated columns to get the results

View solution in original post

4 REPLIES 4
Gordonlilj
Solution Sage
Solution Sage

Hi,

 

I created this measure and it seems to work fine,

DIVIDE(Count(Sheet2[Exam taken]),COUNT(Sheet2[Registered Exam]))

Just change the format to percentage

@Gordonlilj  thank you for the help. but it gives me 100% for each.

 

any chance to have a look again? thanks.

 

Student.png

I used the subject and exam taken columns instead of the calculated columns to get the results

@Gordonlilj thank you for the follow-up.

nicely done! Smiley Tongue

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!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.

Top Solution Authors
Top Kudoed Authors