Forum Discussion
UTC to AEST
- 9 years ago
You can use the table and function from my post as illustrated in this video:
And what happened with my answer to your same question???? :smileysad:
Evening,
For some reason I didn't see the post pop up a while ago, I'm so sorry. :smileysad:
I've had a look, I'm not sure how to create that original TimeTable? As well, the pbix will have a locale of United States as so I'm able to convert the string which my datetime is identified and stored as, into a DateTime data type.
- v-caliao-msft9 years ago
Microsoft Employee
We can switch time zone when add a custom column. I have tested it on my local environment.
Regards,
Charlie Liao
- MarcelBeug9 years ago
Community Champion
v-caliao-msft your solution won't work in this case as it doesn't take into account Daylight Saving Time (DST) switches.
- ElliotP9 years ago
Post Prodigy
This is the issue we are working to solve.
I've seen a complicated potential solution on radacad (I can find the link if you haven't seen it before); but it relies upon working with an external API which seems a tad overkill.