Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi all, I have a total of 8 slicers in 4 bookmarks. This is what it looks like. For example, this Monthly bookmark has 1 slicer for 'Earlier Period', and another slicer for 'Latest Period'. Both slicers are referencing different fact tables. I tried using DAX to use just one fact table or date table, but certain data would be left out. This solution works for now.
My data compares last w/m/q/y to previous w/m/q/y. So the 'Earliest Period' should be automatically on 2 weeks/m/q/y ago, and 'Latest Period' should be last week/m/q/y. I would like the slicer values to change automatically every week to the correct 'Earliest Period' and 'Latest Period'.
Right now, I'm updating the slicers manually every Friday. I would like this to be done automatically.
Why am I using slicers? Because the user should also be able to change which weeks/months/quarters/years to compare.
Anyone knows what to do?
Solved! Go to Solution.
Hi @VisualJade
If you would apply a pre filter to a slicer then only calculated data will be appear on slicer value. user will not be able to modify any other date.
for example today 's month is 4. If I create a column that only calcultes earlier month ie Feb based on todays date. then slicer will not show the rest of the data. after applying the filter to the slicer.
See for example I have created Previous Month dax to calculate Feb data .
If I put this in slicer visual filter like this
So it is just having Feb month not other data. users wil not be able to change the selection bcz there is no data.
So solution you are looking that automatically data should be selected based on latest refresh is not quite possible.
I hope I answered your question!
Hi @VisualJade
If you would apply a pre filter to a slicer then only calculated data will be appear on slicer value. user will not be able to modify any other date.
for example today 's month is 4. If I create a column that only calcultes earlier month ie Feb based on todays date. then slicer will not show the rest of the data. after applying the filter to the slicer.
See for example I have created Previous Month dax to calculate Feb data .
If I put this in slicer visual filter like this
So it is just having Feb month not other data. users wil not be able to change the selection bcz there is no data.
So solution you are looking that automatically data should be selected based on latest refresh is not quite possible.
I hope I answered your question!
@VisualJade , The standard slicer do not support that as of now. You can try preselected slicer
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.