Hi All,
After I have Promoted headers. One of the columns is renamed with this example '01/08/2020 TO 07/08/2020'. My problem is that every import the column contains a different range of dates so the line below will not work. I know I can't use wildcards, so getting a bit stuck for solution.
'= Table.RenameColumns(#"Filtered Rows2",{{"01/08/2020 TO 07/08/2020", "Period"}})'
Any pointers would be much appreciated.
After I have Promoted headers. One of the columns is renamed with this example '01/08/2020 TO 07/08/2020'. My problem is that every import the column contains a different range of dates so the line below will not work. I know I can't use wildcards, so getting a bit stuck for solution.
'= Table.RenameColumns(#"Filtered Rows2",{{"01/08/2020 TO 07/08/2020", "Period"}})'
Any pointers would be much appreciated.