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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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: