Forum Discussion
FCD
2 years agoRegular Visitor
Moving a column at a specific place (column B) without Permutation
Dear All, How to move a column at a specific place. i.e. after a column called Id. I just don’t want to move it beacuse the quantity and the names of the columns before are variable in my code. ...
FCD
2 years agoRegular Visitor
I meant I did not want to drag and drop my column because the advanced Editor write the code like
Table.ReorderColumns(#"RenamedCol",{"Id", "MovedColName", "C1", "C2", "C3", "...", "Cn"})
The quantity and the names of columns C1 to Cn are variable according to a combination.
That's why I wish I could place the column MovedColName at a second position indepndant from C1, C2, etc.
Thank you for your help.