Forum Discussion

4 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      Actually union in combilation with selectcolumns sort of works. I am not seeing all the data I should see. I will look at your link.

       

      Many Thanks

    • JustSayJoe's avatar
      JustSayJoe
      Advocate IV

      That link talks about joining tables & merging queries. What about when we don't want to join entire tables together? Rather, create a brand new table taking only specific columns from multiple existing tables.

  • Hi Anonymous 

     

    Power Query Editor (Edit Queries on the menu) has the ability to join or append tables in a similar way to SQL. 

     

    On the home Ribbon, you'll see Merge Queries and Append Queries.  Merge will create one row for each matching record of the 2 tables (in simple terms).  Append, will but the second table at the bottom of the first, so best to ensure that column names line up first. 

     

    Hope that helps.