Forum Discussion
alxmti
9 years agoFrequent Visitor
Cumulative average by date filter YTD
Hello people, I am trying for two days, without succes. Search the forums here a lot, it helped but still not reaching my final goal. Target is to display a YTD Average processed for a specific ...
- 9 years ago
a rushed reply; in your DAX I don't see an ALL function (or one of its variations ALLSELECTED) .... you need that in your filter clause to break out of the row context and collect data from all rows... there's some good Cumulative videos at Enterprise DNA N.Zealand and lot's of dialog on this.
v-jiascu-msft
Microsoft Employee
9 years ago
Hi Alex,
Did you mean that the result would be the total of the latest average of each plant even you choose the date "03.01.2017"?
It would be 633.33 + 300 + 100 = 1033.33. Right? What is formula of [Cumulative processed] and [Cumulative Days]?
Best Regards!
Dale