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! Learn more

Reply
Anonymous
Not applicable

Weighted Average for Total Row

Hi guys, 

 

 

i have the following table that is not giving me the weighted average of margin as the total maring value:

 

weighted averages.PNG 

 

The Margin (marked in red) should be a weighted value of the Margins for each articlenumber of the category CE. At the moment the Margin of 60% is just the sum of the margins underneath. Instead it should be the weighted Margin weighted with the revenue of each articlenumber:

 

( 100 * 0,3 + 60 * 0,2 + 50 * 0,1 ) / (100 + 60 + 50) = 0,2238 -> 22,38%

 

How do i maintain the table so it shows still shows the Margin for the articles as they are but for the aggregated Margin it takes the weighted Margin?

 

Thanks guys!

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

How is margin % calculated

It should be ideally

divide(sum(margin),sum(revenue))

It should be sumx(table,margin/revenue)

Can you please share the calculation.

Appreciate your Kudos.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

How is margin % calculated

It should be ideally

divide(sum(margin),sum(revenue))

It should be sumx(table,margin/revenue)

Can you please share the calculation.

Appreciate your Kudos.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

I used a wrong formular. Thanks that helped!

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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