Forum Discussion
NewbieJono
Post Partisan
3 years agoAverage over months
Hello all, i have used the average trend line to work out the average for this visuaul.
what wold the dax be to work out average myself? the counts in this charts are based on count rows in a t...
- 3 years ago
Try adding that column after
'Table'[MonthColumn]
ray_aramburo
Super User
3 years agoTry this:
Average Ovr Months = AVERAGEX(SUMMARIZE('Table','Table'[MonthColumn]), CALCULATE(COUNTROWS('Table')))