Forum Discussion
andrescaso
7 years agoResolver I
Add a new Column in Power Query
Hi, this is my problem I have 2 Tables "Ventas" and "Reuniones", and my goal is add a column (N° Reunion) in Ventas, i try with Merge Queries, the matching Column beetwen the 2 Tables is "Fecha",...
- 7 years ago
While merging select Fecha column join column (This you already know)
Prefer Left Outer same as I did, then expand desired columns
Result will be as below
Let me know if you need sample pbix file
Regards,
Arvind
arvindsingh802
7 years agoCommunity Champion
While merging select Fecha column join column (This you already know)
Prefer Left Outer same as I did, then expand desired columns
Result will be as below
Let me know if you need sample pbix file
Regards,
Arvind