Is there a field or formula I can add to a narrative in QuickSight that will allow me to show the date/time the backing data was most recently refreshed automatically?
Asked
Active
Viewed 1,838 times
1 Answers
3
If your data set is SQL based (Whether SPICE or direct query) then I would use custom SQL and add a column with the date time value for the time that the query was run.
This can be done by using something like the NOW() function in PostgreSQL.
Other than this workaround I don't think it is currently possible to get what you are looking for in QuickSight

occamatic
- 362
- 3
- 10