Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!