Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 🤘