Forum Discussion

andrescaso's avatar
andrescaso
Resolver I
7 years ago
Solved

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",...
  • arvindsingh802's avatar
    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