Forum Discussion
erimaz
5 years agoFrequent Visitor
DAX formula for weighted average
Hello, I am looking for the correct forumla to calculate weighted value over hundreds of records. Given just a few records, the weighted Gross profit % average for the following items would b...
- 5 years ago
erimaz , if they are columns
divide(sumx(Table,Table[Item Value]* Table[Gross Profit %]), sum(Table[Item Value]))
amitchandak
5 years agoSuper User
erimaz , if they are columns
divide(sumx(Table,Table[Item Value]* Table[Gross Profit %]), sum(Table[Item Value]))