Forum Discussion
Default Filters on pages
- 1 year ago
Hi nataliesmiy1357 ,
I understood your requirement, unfortunately that is not availbale out of the box.
To achieve the same behaviou you can do a little workaround.
1 - Create two pages
2 - give a toggel button
3- first page you put page level filter
4- second page you give slicer to user
5 - the toggle button will help user to see by default 12 months data and choice of selecting the other months and year date.
hope this will help you. please let me know if you have any other queries
Thanks,
Hi nataliesmiy1357 - create a calculated column in your date table as below:
apply each report page where you want this filter to be applied.
In the Filters pane on the right, drag the IsLast12Months measure to the Page-level filters section.
Set the filter to IsLast12Months = 1. This will filter the visuals on that page to show only the last 12 months by default.
Hope this helps.