Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Allow user to select time zone when converting type to date/time/timezone

Currently, if converting a date/time to date/time/timezone datatype, the system applies the local timezone. Generally if I'm finding the need to add a timezone, it is because the data is NOT in my local timezone! Please allow user to choose which timezone to apply in this case. Detailed explanation and workaround provided by Ken Puls here: http://www.excelguru.ca/blog/2015/05/20/data-from-different-timezones/
Status: Needs Votes
Comments
paola_jafrances
New Member
Hello Microsoft - This is a very important function. Currently we change it manually but it can lead to a lot of errors, please consider to add this functionality.
andy_clapham
New Member
Agree - we're processing data from postgres with UTC dates, but obviously the users want to see that in local time. PowerBI strips out the timezone information from timestamptz and assumes local, giving us 1H offsets for dates in summer. However (@Paola) I've just tried #"Fix tzcol" = Table.TransformColumns(Source, {"tzcol", each DateTimeZone.ToLocal(DateTime.AddZone(_,0,0))}) which seems to do what I'm after - perhaps it could be useful for you?
fbcideas_migusr
New Member
Status changed to: Needs Votes