Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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
User | Count |
---|---|
3 | |
2 | |
2 | |
1 | |
1 |
User | Count |
---|---|
12 | |
8 | |
4 | |
3 | |
2 |