Hello, if I am trying to combine the first two tables and create a new table (third), but I am not having much luck with either append or merge queries:
when i try append query, the new table does contain all seven columns but not all rows (from both tables) show up. if i try merge query, i just run into problems..
any help appreciated, thanks a lot.
Solved! Go to Solution.
Hi @jscivias,
I am quite surprised that Append does not show up all rows from both tables, it doe snot do any filtering or duplicate removal by default. It should be some other step which does it.
For Merge (to achive the bottom table form the top two: use JoinKind.FullOuter rather than JoinKind.LeftOuter which is used by default.
Hope this helps.
Cheers,
John
Hi @jscivias,
I am quite surprised that Append does not show up all rows from both tables, it doe snot do any filtering or duplicate removal by default. It should be some other step which does it.
For Merge (to achive the bottom table form the top two: use JoinKind.FullOuter rather than JoinKind.LeftOuter which is used by default.
Hope this helps.
Cheers,
John
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
User | Count |
---|---|
37 | |
25 | |
23 | |
18 | |
16 |