The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Team,
I have the datetime and timezone infromation in snowflake like below stored in single column in Snowflake. Snowflake has datatype TIMESTAMP_TZ(9) which support both datetime and zone information. But fabric has only datetime data type. How shouId I store the datetime and timezone information together in Fabric Datawarehouse table column. We are inprocess of migraiton. Could you please suggest?
Snowflkake Date time and zone:
2025-04-23 15:36:06.505 +0200 |
Solved! Go to Solution.
For warehouse timezone to work, you should use notebooks.
@lbendlin Thanks for your suggestion. I am thinking of following options as well to make use of datetime datatype. What do you suggest?
1) Store the data completely in UTC instead of mainting the zone information
2) Store the datetime in Datetime colum and zone infromation in the varchar column.
Option 1 for me, always.
Your only option at the moment is a text column. Ideally in ISO-8601 format