Forum Discussion
Anonymous
6 years agoNot applicable
Calculated measures average
Hello Everybody, I have a table filling with sales data. I have to calculate the max value in every month and after I have to calculate the avarege of this max values. I can do the monthly m...
- 6 years ago
Hi Anonymous
try AVERAGEX() function, like
Measure = CALCULATE(AVERAGEX(Table, Table[YourMaxMeasure]))
az38
6 years agoCommunity Champion
Hi Anonymous
try AVERAGEX() function, like
Measure = CALCULATE(AVERAGEX(Table, Table[YourMaxMeasure]))