I am creating a dataset with customer sql to get columns including a date column which comes as timestamp in the dataset (syntax is CONVERT_TIMEZONE(‘UTC’, ‘Asia/Kolkata’, ls.latest_inbound_date) as latest_inbound_date_ist,). However when i add the column in the dashboard table, the column is always showing in Date, even after changing the custom format to DD/MM/YYYY HH24:MI:SS.
Is it the default setting in quicksight or any other way to get the timestamp
I am running the below syntax to get the values as below
CONVERT_TIMEZONE(‘UTC’, ‘Asia/Kolkata’, ls.latest_inbound_date) as latest_inbound_date_ist,
CONVERT_TIMEZONE(‘UTC’, ‘Asia/Kolkata’, ls.dm_updated_dt) as Refresh_Date_Time
But when i add this to dashboard table as columns i don’t see the timestamp though i formatted the column to MM/DD/YYYY HH24:MI:SS. I tried multiple custom format, but not getting the timestamp in the dashboard table.
Hi @radhkan Checking in. We have not heard back from you regarding your question. We’d still like to help. If we do not hear back in the next 3 days, we will archive the question.
Since we haven’t received any further updates from you, I’ll treat this inquiry as complete for now. However, if you have any additional questions, please feel free to create a new post in the community and link this discussion for context.