Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Ordering a Table from different Datasets

Hello,   This has me quite stumped on how to make this possible, but I am going to do my very best at explaining what I am trying to achieve.    Dataset P6: Name Status Henry P6: Last Up...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Anonymous ,

    Please learn more about append.

     

    The append operation creates a single table by adding the contents of one or more tables to another, and aggregates the column headers from the tables to create the schema for the new table.

    When tables that don't have the same column headers are appended, all column headers from all tables are appended to the resulting table. If one of the appended tables doesn't have a column header from other tables, the resulting table shows null values in the respective column.

     

    More details: Append queries - Power Query | Microsoft Learn

     

    Best Regards
    Community Support Team _ Rongtie

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.