Forum Discussion
Date slicer default to max date
- 2 years ago
Hi all,
I finally found a solution. The key is to not change the date when you are editing your report, then Power BI will remember that selection. Better explained here in this video, all credits to Rosh.
https://www.youtube.com/watch?v=D4AF9lQCick&ab_channel=PowerBIwithRosh
Hope this helps others, it was driving me crazy!
Hi , create a date table as below,
date = CALENDARAUTO()
then add "date" from "date table",
or add "date" from main data table,
it all updates to the lastest data after the report refreshes.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Hi,
Thanks for your reply. This is the solution I have though, and this is when the problem occurs. So unfortunately no sollution for me.
Thanks again for your input!
- Anonymous2 years agoNot applicable
Hi __michiel ,
Try creating the following schedule:
Table = = CALENDAR(MIN('YourTable'[date]),TODAY())Hope it helps!
Best regards,
Community Support Team_ Scott ChangIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.