Hi, Thanks for your prompt reply.Hi,
Maybe this way?
Power Query:Table.SelectColumns(Table, List.Range(Table.ColumnNames(Table),3))
In this case the code should beHi, Thanks for your prompt reply.
On trying that, there was an error that came up. attached screenshot below.
View attachment 29082
, SelectCols = Table.SelectColumns(#"Filtered Rows", List.Range(Table.ColumnNames(#"Filtered Rows"), 3 ) )
in
SelectCols