I have tried to show the last refreshed time of dataset in my dashboard and now I can able to see the date and time but after that my dataset was refreshed again, while the dashboard date and time was not updated as expected. I have created a calculated field in my dataset and used it in my analysis to show the date and time. Can anyone please help me on this issue?, thank you.
Try adding a now() calculated field at the dataset level (Edit Dataset). This timestamp will be updated every time the dataset is refreshed in SPICE. You can then use it in your dashboard to display the last SPICE refresh date.
Please refer the below community posts this might be helpful for you.
I presume you already have used now() in your dataset level to get the dataset refresh time. If your dataset has incremental refresh schedules then there may be many time stamps for the refresh time calculated field.
I use the following approach to address the same.
In the dataset create a Calculated Field as follows
@Giridhar.Prabhu Also, I’m trying to add 10 hours to convert the time from UTC to AEST in an Insight visual. However, I get an error when using the addDateTime function directly inside the Insight narrative. Is it possible to add hours to a timestamp within an Insight visual?