The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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: