Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
KjRog
New Member

Percentage in Matrix

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%.)

 

Skjermbilde.JPG

 

Any good tips to do this

1 ACCEPTED SOLUTION
dedelman_clng
Community Champion
Community Champion

Hi @KjRog  - 

 

Use this measure:

 

Bidrag % =
CALCULATE ( DIVIDE ( SUM ( Datum[Bidrag] ), SUM ( Datum[Prod] ), 0 ) )

 

2020-08-11 14_47_02-N_and_BASE_problem (3) - Power BI Desktop.png

 

Hope this helps

David

 

View solution in original post

1 REPLY 1
dedelman_clng
Community Champion
Community Champion

Hi @KjRog  - 

 

Use this measure:

 

Bidrag % =
CALCULATE ( DIVIDE ( SUM ( Datum[Bidrag] ), SUM ( Datum[Prod] ), 0 ) )

 

2020-08-11 14_47_02-N_and_BASE_problem (3) - Power BI Desktop.png

 

Hope this helps

David

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors