Forum Discussion
formula to calculate weekly average
- 4 years ago
Anonymous I think I understand the question better now. Please try this:
Average = CALCULATE(AVERAGE('Table'[Column]),ALLEXCEPT('Table','Table'[Weeknr]))
Thank you for this jppv20
so will this divide the total by the amount of distinct weeks?
my worry is that it gives me the DividedBy result and not an average value
apologies if it is a stupid question
- jppv204 years ago
Solution Sage
Anonymous Could you please provide some example data and the desired output? I'm not sure if I understand your question.
- Anonymous4 years agoNot applicable
so i want to calculate the average and not the division, if you look at my detail in the original post the dividedby value is different to the average
its a big dataset .
but each ticket in the table has a DateTime column, and i derive the WeekNum from that.
So i want to determine average per week, rather than divide total by amount of weeks?- jppv204 years ago
Solution Sage
Anonymous I think I understand the question better now. Please try this:
Average = CALCULATE(AVERAGE('Table'[Column]),ALLEXCEPT('Table','Table'[Weeknr]))