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

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors