Currently, in my code I have the below two steps. Can anyone please help me to merge these two lines of code in one ? I have been trying to do this for while now.
Thank you!
The code lines:
DateColumn = Table.TransformColumns(#“Converted to Table”, {{“Column1”,each _, type date}}),
#“Renamed Columns” = Table.RenameColumns(DateColumn,{{“Column1”, “Date”}})