Forum Discussion
How To Get Data Slicer to Automatically Update when Refreshing Data
- 6 years ago
Hi JRP515
If the date table is dynamic, the "between" date slicer can be dynamically updated to most recent date.
Here is a example, if i create a date table as below,
Next day, the slicer would move to 2019/9/25
In you date table, are there dates until most recent date or until the current year end?
Please show more detials so that i can help you better.
Best Regards
MaggieCommunity Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi JRP515
If the date table is dynamic, the "between" date slicer can be dynamically updated to most recent date.
Here is a example, if i create a date table as below,
Next day, the slicer would move to 2019/9/25
In you date table, are there dates until most recent date or until the current year end?
Please show more detials so that i can help you better.
Maggie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- JRP5156 years agoFrequent Visitor
Thanks for the response Maggie! That essentially accomplishes what I want to accomplish.
For this specific dashboard, we aren't using a date reference table, because we want to show to different dates in our dashboard - one for when ticket is submitted , and one for when it is closed, which come from the same data query.
The only problem with your solution is it is going to affect a lot of other dashboards that we have built for a client. We have been using a different date reference table to create time series graphs, cycle times,etc.
In this particular example that I showed, there was one date slicer that automatically updated to the most recent date that has refreshed data (no date table, just a simple date. But I can't figure out why that one updates automatically and none of the other slicers do. Could be a bug?
- JRP5156 years agoFrequent Visitor
Thinking about it further - this is the best way to go about it. We have date tables for most of our dashboards, and setting the second date TODAY() is what we need! It will take a few additional steps and workarounds, but definitely the best option.
Thanks!