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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
See picture.
By using Matrix Power BI sums up the percentage in total amount.
I really want to calculate it instead.
In example : 2435/ 22911 = 10,6% (not 180,9%.)
Any good tips to do this
Solved! Go to Solution.
Hi @KjRog -
Use this measure:
Bidrag % =
CALCULATE ( DIVIDE ( SUM ( Datum[Bidrag] ), SUM ( Datum[Prod] ), 0 ) )
Hope this helps
David
Hi @KjRog -
Use this measure:
Bidrag % =
CALCULATE ( DIVIDE ( SUM ( Datum[Bidrag] ), SUM ( Datum[Prod] ), 0 ) )
Hope this helps
David
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!