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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register 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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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