Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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:
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.