Forum Discussion
UNION tables
Yes, that would be a merge
https://docs.microsoft.com/en-us/power-query/merge-queries-overview
using Code as the joining field
Hey,
But can I use something else? Like relationship or multiple UNIONS or DAX or something?
- Anonymous4 years agoNot applicable
HI 123117,
You can try to nested use UNION and SELECTCOLUMNS functions to shape and transform your tables to similar structures before using the UNION function.
UNION function (DAX) - DAX | Microsoft Docs
SELECTCOLUMNS function (DAX) - DAX | Microsoft Docs
Regards,
Xiaoxin Sheng
- 1231174 years agoFrequent Visitor
Hi,
I'm trying merge
But when I'm loading one of the tables I'm getting this error
DataFormat.Error: We couldn't convert to Number.
Details:
A0085805But when I check the data type options I dont get options apart from; text, whole no, decimal etc theres no option for any
The data type for the current column is Text and there are mixed values in the column
Please help
- Anonymous4 years agoNot applicable
Hi 123117,
Can you please share some more detailed information about this issue? They will help us clarify your scenario and test to troubleshoot.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng