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 Morning,
Can someone tell me why my matrix is adding the Division totals instead of giving the % ? Or if there is a workaround .....I have over 4 hours in this. Thank you for any help
Solved! Go to Solution.
@Anonymous , Have created a measure like
Divide(Sum(Table[A]), Sum(Table[B]) )
or
Divide(Sum(Table[A]), count(Table[A]) )
or are you summing up % column
Amitchandak, Thank you for your help. I got the solution, I was creating a column instead of a measure.........
Hi, Yes, I am summing up as seen below:
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.