Forum Discussion
Tango2310
Helper I
2 years agoConvert column from etc to local timezone in Get Data Process
Hi, I am performing the get data process from Dataverse and wondering how to convert to UTC+10? I was thinking it should be done at the ingestion level without having to create a measue. Ive tried...
Tango2310
Helper I
2 years agoThis is my latest attempt
= Table.TransformColumnTypes(#"Filtered Rows",{{"utit_quotefinaliseddate", type DateTime.AddZone(["utit_quotefinaliseddate"],10)}}))