Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi guys,
i have the following table that is not giving me the weighted average of margin as the total maring value:
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!
Solved! Go to Solution.
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.
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.
I used a wrong formular. Thanks that helped!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.