Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I have a relative date slicer with an anchor date set in the desktop file.
After publishing to Power BI Service, the report the date is not changing. I've tried to reselect all options in the slicer on the service and it remains at a prior date.
Solved! Go to Solution.
Your relative date slicer with an anchor date isn’t updating in Power BI Service because it keeps the last saved state from Desktop. To fix it:
- Clear slicer selection in Desktop before publishing
- Reset filters in Power BI Service after publishing
- Use dynamic DAX like TODAY() for auto-updating dates
- Consider a flag column like IsInLast26Weeks for consistent filtering
I deleted the slicer and added it back, published and it worked. Now I see that I could have also just cleared the selections.
Thank you all very much for the help!
Hi @Nickster424,
Thank you for reaching out to Microsoft Fabric Community.
Thank you @jdbuchanan71, @Shahid12523 and @MohamedFowzan1 for the prompt response.
Thank you for the response and confirming that the issue is resolved. I request you to please mark the above post or the post which helped you in resolving the issue as Accept as Solution so that other community members who has similar issue will find it more easily.
Thanks and regards,
Anjan Kumar Chippa
Hi @Nickster424
Always clear or reset the anchor date in Desktop before publishing the PBIX to the Power BI Service.
Your relative date slicer with an anchor date isn’t updating in Power BI Service because it keeps the last saved state from Desktop. To fix it:
- Clear slicer selection in Desktop before publishing
- Reset filters in Power BI Service after publishing
- Use dynamic DAX like TODAY() for auto-updating dates
- Consider a flag column like IsInLast26Weeks for consistent filtering
It seems like the date table needs to refresh in the service, I can think of two things to try.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.