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
v-frfei-msft
7 years agoCommunity Support
Hi andrescaso,
The way as arvindsingh802 shared should worked well. Could you please share your sample data if that doesn't make sense?
Regards,
Frank
andrescaso
7 years agoResolver I
Thanks
The solution work for me,