Forum Discussion
Fia123
9 years agoHelper II
UNION 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
9 years agoCommunity Champion
can you use selectcolumns dax function to list the order it should go in?
- Fia1239 years agoHelper II
Do you mean, first making two new tables by use of Selectcolumns - and afterwards combined those two with use of UNION?
- Fia1239 years agoHelper 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 agoCommunity Champion
great