Forum Discussion
theBlessedCobba
4 years agoFrequent Visitor
Date Time Fields
Hi All, I'm getting a date and time from a sharepoint list and im struggling to get the field to show in my local time zone in power bi desktop I just want to display this date and time in ...
danextian
Super User
4 years agoCan you please show a screenshot that shows other number aside from 10 as the timezone?
theBlessedCobba
4 years agoFrequent Visitor
- danextian4 years ago
Super User
That is weird.
What happens if you switch the timezone to just UTC using each DateTimeZone.ToUtc?
- theBlessedCobba4 years agoFrequent Visitor
- danextian4 years ago
Super User
Try doing it this way
DateTimeZone.SwitchZone ( DateTimeZone.ToUtc ( [Column] ), 10 )