Forum Discussion
Column order in data view
- 5 years ago
With UNION function, columns are combined by position in their respective tables.
If you want to combine multiple queries into a query, you can also use Append queries in Power Query Editor as an alternative which are combined by column headers.Regards,
Community Support Team _ Jing
SYM1986 , does column order matter for you here(date studio)?
It can change based on the order columns are added or removed.
You may have to check all steps in advance editor (right-click in power query on the table and open it)
Hi amitchandak , it affect the DAX of union.
The steps in advance editor now are same, but the queries were added in each year, so i adjusted some steps before 2021.
I delete all the queries, and reload all the datas, now they have the same order.
thank you.
- amitchandak5 years agoSuper User
SYM1986 , DAX union can have an impact. You have to use select columns in that case,
But best was what you have done.