Forum Discussion
Wrong Date from reset
- 3 years ago
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
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