So, I have a Power BI report where I have a slicer with values such as :
202005
202004
202003
202002
202001
Pacing
Every month, the data gets added and the category is incremented by 1. i.e in June, I'll have 202006 as well.
I have a report where I want the data to be filtered by last 3 months and Pacing.
i.e in May, default selection should be 202004, 202003, 202002, Pacing
in June, default selection should be 202005,202004,202003, Pacing
In other words, I want default selection of: max month-1, max month -2, max month -3 and pacing.
Currently, I am manually making the selection and saving the report and then publishing it again. But to do so, I have to refresh data every time to get updated values of the month and it has increased my file size to a great extent because the data is imported in my report. I believe that my report can crash anytime if I continue this.