Forum Discussion
SSS
8 years agoHelper I
Weighted Average
Good Afternoon, I've been struggling with an issue in my task. My data looks like: Date Company Country Orders Type ...
RoRo
8 years agoRegular Visitor
Hi,
Maybe the following code can help you:
=DIVIDE(SUMX(Tablename,Tablename[Orders]*Tablename[RotationIndexValue]),SUM(Tablename[Orders])).