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,
Hello kart-6118,
Could you please confirm if your query has been resolved by the provided solutions? This would be helpful for other members who may encounter similar issues.
Thank you for being part of the Microsoft Fabric Community.