Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Calculate Weighted Average

I tried this formulae to calculate weighted average-   W_Average = SUMX(Table1,[quantity]*[Price])/SUMX(Table1,[quantity])   But it is giving me wrong data, I don't know why? Can you guys please...