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! Learn more
Hi
I have a stored datetimezone value is utc+2 and i have a seperate column with the utc for the server that the record is based on. So I am trying to use the function DateTimeZone.SwitchZone([starts_at_utc2], [server_time_utc])
But i only get error when using a column [server_time_utc ] in the hour time field
Is is possible to solve it?
Solved! Go to Solution.
Did found the problem, server_time_utc was in text format. Converted it to whole number at it works 🙂
Did found the problem, server_time_utc was in text format. Converted it to whole number at it works 🙂
So what is the expected output from the first couple of rows?
If server_time_utc is 2 I expect the same value. If I have "2020-02-20 16:00:00 +02:00" and server time -5 I expect the value as i have written -5 in the formula, "2020-02-20 09:00:00 -05:00"
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.