Forum Discussion
Default date for Date between slicer
- 6 months ago
Hi kart-6118 ,
This Requirement that you are having may not be directly possible in a straight forward fashion.
You can have a separate date table that has the start date as the first day of current month and the end date as max date available using DAX as a calculated table. This Column can be used in your slicer to drive the data.
But the other requirement of going before the current date if needed, may not be suitable to achieve using this method.
Alternatively, you can create a custom column that flags 1 for any date from month start to max date and otherwise it should have 0. Using this you can control the date slicer with this new flag column slicer.
Alternatively, you can also try the solution posted by cengizhanarslan for achieving this requirement using Bookmarks
Regards,
Iam already doing the same thing, I don't want to keep on changing the date slicer every month. Is there any workaround for this to change it dynamically.