Forum Discussion
timurcakin
3 years agoHelper I
weighted average calculation
Hi there, really struggling to find a solution for this, hope someone can help. i am trying to calculate the weigted average of "vol" per item. next to vol column i want to see so...
- 3 years ago
amitchandak
3 years agoSuper User
timurcakin , If volume is column
Divide(Sum(Table[VOlume]), Calculate(Sum(Table[VOlume]), allselected()) )
Percent of Total and Percent of SubTotal https://www.youtube.com/watch?v=6jTildcV2ho
https://www.youtube.com/watch?v=cN8AO3_vmlY&t=24270s
timurcakin
3 years agoHelper I
Hiamitchandak ,
Volume is measure, shared the link if needed
- amitchandak3 years agoSuper User
- timurcakin3 years agoHelper I
thanks amitchandak works like a charm!