Forum Discussion
vincenardo
Helper I
5 years agoConvert Date Time in UTC to PST
I have a date / time field coming in from a connection to Salesforce. The date/time is stored in UTC and I need to transform it to PST (our local time). I tried to edit the query and 'transform' ...
vincenardo
Helper I
5 years agoI recieved this error; ??
Expression.Error: A cyclic reference was encountered during evaluation
Anonymous
5 years agoNot applicable
Ok, your last step name is #"Reordered Columns1", so:
= Table.TransformColumns(#"Reordered Columns1", {{"AbsentStart", DateTimeZone .ToLocal}, {"AbsentEnd", DateTimeZone.ToLocal}})