Forum Discussion
Anonymous
8 years agoNot applicable
Group average
Hello, Can you please support on how to create a DAX formula on how to calculate the average sales for each group? Please see an example below: Many thanks, MariosChr90 ...
- 8 years ago
Try creating a measure:
Average Sales = CALCULATE(AVERAGE(Table1[Amount]),ALLEXCEPT(Table1,Table1[Group]))
Omega
8 years agoImpactful Individual
Try creating a measure:
Average Sales = CALCULATE(AVERAGE(Table1[Amount]),ALLEXCEPT(Table1,Table1[Group]))
- Zubair_Muhammad8 years agoCommunity Champion