The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.