Forum Discussion
Tango2310
Helper I
2 years agoHelp With query
Hi, I am trying to transform a utc date time column to a specific timezone by using DateTime.Add Zone but cant quite get the syantax right. My code is = Table.TransformColumnTypes(#"Filtered R...
Anonymous
2 years agoNot applicable
Pretty sure, you need to be using Table.TransformColumns, not Table.TransformColumnTypes. Also, remove the word "type".
--Nate