Hi @Ganga
There is a similar question in the community, and the solution suggested is to create a calculated field in the dataset using now()
. This will be persisted during the SPICE refresh, resulting in a field that stores the date of the last refresh.
Regarding your second question, when should the date be updated? Should it be updated manually, or would you like it to reflect the current date automatically? If you want the date to show the current date, you can add a calculated field using now()
in the analysis. This way, the field will be dynamically updated every time the report is opened.
Best regards,
Nico
If this helped you, please mark my answer as solution. That helps the community to find solutions faster.