Forum Discussion
Wrong Date from reset
Hello,
I have this date slicer:
Here I can select dates from the past and the present.
I created the date table like this:
So the last date which can be selected is todays date.
But when I click on the reset symbol for the power BI reports it always goes back to an date in the past. Its the date on which I uploaded the power BI report. I uploaded the report on the 30.05.2023
How can I fix the date slicer, so it always shows todays date when I click on the reset button?
Thanks in advance!
you can't. The meta data is hard coded based on your last modification/upload.
One way to work around that is to use a selection slicer with textual representation of your dates, but that requires daily refreshes of the dataset.
- create a string representation of your date column, replace the latest date with a string "Latest"
- sort that new column by the original date column
- add a slicer or visual/page/report level filter
- set the filter to "Latest"
- publish the pbix to the workspace/app
1 Reply
- lbendlin
Super User
you can't. The meta data is hard coded based on your last modification/upload.
One way to work around that is to use a selection slicer with textual representation of your dates, but that requires daily refreshes of the dataset.
- create a string representation of your date column, replace the latest date with a string "Latest"
- sort that new column by the original date column
- add a slicer or visual/page/report level filter
- set the filter to "Latest"
- publish the pbix to the workspace/app