Forum Discussion
Date format change
- 6 years ago
Mine does it automagically if I just right-click on the column and switch to Date
dejar
Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45W8krMUzAwVzAyMDJQitWJVnIsKFIwNEXwfRMrFQxNEHz/5BIFA0MoPxYA", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type text) meta [Serialized.Text = true]) in type table [Date = _t]),
#"Tipo cambiado" = Table.TransformColumnTypes(Source,{{"Date", escriba date}})
en
#"Tipo cambiado"
Mine does it automagically if I just right-click on the column and switch to Date
dejar
Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45W8krMUzAwVzAyMDJQitWJVnIsKFIwNEXwfRMrFQxNEHz/5BIFA0MoPxYA", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type text) meta [Serialized.Text = true]) in type table [Date = _t]),
#"Tipo cambiado" = Table.TransformColumnTypes(Source,{{"Date", escriba date}})
en
#"Tipo cambiado"