The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 🤘
User | Count |
---|---|
71 | |
63 | |
60 | |
49 | |
26 |
User | Count |
---|---|
117 | |
75 | |
62 | |
55 | |
43 |