Forum Discussion
union formula column section error
- 9 years ago
In DAX, when using UNION(), columns are combined by position in their respective tables. And column names in the return table will just match the column names in table_expression1. So make sure columns in two tables has same order. In your scenario, I suggest you go to Query Editor, "move" columns under Transform tab.
Then you can use "Append Query" to combine two datasets together.
Regards,
In DAX, when using UNION(), columns are combined by position in their respective tables. And column names in the return table will just match the column names in table_expression1. So make sure columns in two tables has same order. In your scenario, I suggest you go to Query Editor, "move" columns under Transform tab.
Then you can use "Append Query" to combine two datasets together.
Regards,