This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi,
using UNION(table1, table2) I noticed that if columns are not on the same order ... it is a problem, bacause union mixes values of columns with the same name but in a different order.
Is there a way to change the columns' order in a table? It seems it is fixed.
Thanks a lot!
Francesco
Solved! Go to Solution.
You can try SELECTCOLUMNS.
Table =
UNION (
SELECTCOLUMNS ( Table1, "column1", Table1[Column1], "column2", Table1[Column2] ),
SELECTCOLUMNS ( Table2, "column1", Table2[Column1], "column2", Table2[Column2] )
)
You can try SELECTCOLUMNS.
Table =
UNION (
SELECTCOLUMNS ( Table1, "column1", Table1[Column1], "column2", Table1[Column2] ),
SELECTCOLUMNS ( Table2, "column1", Table2[Column1], "column2", Table2[Column2] )
)
have the same problem as @Francesco ,
thank you @@Eric_Zhang ,you give a good solution.
Hi @Francesco
Have you played with the "Sort by Column" feature?
https://powerbi.microsoft.com/en-us/documentation/powerbi-desktop-sort-by-column/
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 23 | |
| 23 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 36 | |
| 30 | |
| 23 | |
| 22 |