I am working with a database that is updated in a daily basis. I am only trying to show data that is uploaded today. When I publish the tables and graphs on dashboard, does the dashboard automatically update? assuming that I wrote a query that fetches current day’s data.
Basically, whenever a user accesses the dashboard, I want Quick Sight to fetch the data from database using the query I wrote, so that the tables and graphs on the dashboard is up to date.
Hi @hojungkim
if your using a dataset with custom SQL and direct query you should achieve that without any further changes.
BR