Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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.
Thank you for your help.
Best Regards
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.
Table.ReorderColumns(tbl, {"called Id", "column_name"})
but wait.. "I just don't want to move it..." at the same time sounds strange
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 17 | |
| 9 | |
| 8 | |
| 7 | |
| 6 |