Forum Discussion
Fia123
Helper II
9 years agoUNION function mixes columns
Hi, I know that this subject has been discussed earlier in this forum, but I still don't know how to solve my issue. I am making a PWBI model based on data from two different ERP systems. I have ...
- 9 years ago
I used Selectcolumns first and then the UNION function - and it worked great!!!!!!
This is a much more tidy way to do it - it provides a clear distinction between extrated and transformed data.
Thank you very much - a learn something new :-)
vanessafvg
Community Champion
9 years agocan you use selectcolumns dax function to list the order it should go in?
- Fia1239 years ago
Helper II
Do you mean, first making two new tables by use of Selectcolumns - and afterwards combined those two with use of UNION?
- Fia1239 years ago
Helper II
I used Selectcolumns first and then the UNION function - and it worked great!!!!!!
This is a much more tidy way to do it - it provides a clear distinction between extrated and transformed data.
Thank you very much - a learn something new :-)
- vanessafvg9 years ago
Community Champion
great