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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi viewers, i have calendar slicer visual with before option. when i select future date it should return to the default date which is available in the table's last date. how can i do that. or how can i open the page again or is there any dax funtion to navigate the page or reload the page. please.
from
to
During you data refresh you can add a flag (calculated column) to your calendar table that marks all past dates and "today" as yes and all other (future) dates as no. Then use that flag to filter your slicer.
thats the good idea let me try and you know. thank you.