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! Request now
Hello,
I'm trying to calculate the total volume of a product by multiplying the volume of that product * quantity. The problem is that it is calculating the volume over the total average of all products, instead of the adequate volume. Here is my measure with an example:
Solved! Go to Solution.
You could try
Max cap. over period cm3 = AVERAGEX('Dimensions per material',
'Dimensions per material'[Volume]*'Calculations'[New Max QTY] )
You could try
Max cap. over period cm3 = AVERAGEX('Dimensions per material',
'Dimensions per material'[Volume]*'Calculations'[New Max QTY] )
Thank you, John. It worked 🤘
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.