Forum Discussion
hejszyszky
Helper II
4 years agoReordering for union purposes
Hi, im having one power query table and one dax calculated table. What is the most optimized way to reorder columns position in order to perform union? Also which view is the output view? Cuz in ...
- 4 years ago
hejszyszky you have to do in DAX, use selectcolumns and then do union
https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/
amitchandak
Super User
4 years agohejszyszky you have to do in DAX, use selectcolumns and then do union
https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/