Forum Discussion
Setting a default value in a slicer
Hi newpbiuser01
Slicers "remember".
So if you build a silcer in Power BI with June ticked and publish it.
The published report will continue to show June when the report is refeshed for July, August, September.
It will stay on June for ever.
Hence the calculated table with "latest month" trick.
You cant build your desired effect using a slicer !
I try avoid having months as slicers, and show a tred graph instead with 12 rolling months
and a matric showing the current month if no month is selected
or the current month if a month is selected.
(using HASONEVALUE or ISFILTERED)
This works perfectly each time the report is refeshed.
The graph shows the last 12 months.
The matrix shows the current month.
But the user can click any month on the graph to display that month in the matrix.
I have helped you.
Please can you help me with kudos by clicking the thumbs up and accept as solution button.
Thank you !