Forum Discussion

mohammadrafic's avatar
5 years ago

Navigate Page with dax

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

 

 

2 Replies

  • 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.