Forum Discussion
Anonymous
4 years agoNot applicable
Merge another column from another table, the current table is using the function "SELECTCOLUMNS"
Hello community, I'm creating a new table "A" using "SELECTCOLUMNS" function. until here no problem. the issue starts when I want to add a new columns from another table to the new table "A". ...
- 4 years ago
Hi Anonymous ,
UNION will merge two tables with the same number of columns. The reason you get this error is that one table has one column but another table has many columns.
If you want horizontal combine two tables please consider using CROSSJOIN() Vertical splicing tables, using UNION().
or use Power Query Editor,please refer this article.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
calerof
Impactful Individual
4 years ago