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.
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.
Solved! Go to Solution.
I used the subject and exam taken columns instead of the calculated columns to get the results
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.
I used the subject and exam taken columns instead of the calculated columns to get the results
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.