Forum Discussion
Rolling Average Past Current Month
Hi David,
I am building my date table via DAX and tried what you suggested, but it resulted in the same chart that I shared earlier. I've also got a filter on the page to only include dates in the current month or 12 months prior, but that doesn't seem to do the trick for the rolling average view.
Steve
I have found that some Time Intelligence functions don't play nicely with "incomplete" date tables. I used the quick measure in an existing report of mine and I am experiencing the same behavior as you. Since this is a preview feature this may be a bug or an unexpected feature - you should report it using the feedback button.
I got it to at least calculate 0 for future months by removing 'Date'[Date].[QuarterNo] and 'Date'[Date].[MonthNo] from the SUMMARIZE function, but I can't get June and July to disappear.
Sorry I couldn't be more help.