Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Combining 5 different dataset in 1 table

Hello, Im having trouble between Append and Merge queries since all of my 5 dataset some with same column some weren't the same column. I've try to append but I notice that some of the data/values mo...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi Anonymous ,

    Please check if there is any space in the column [timeliness] in 1st and 2nd table(For example: [timeliness]  and [timeliness ] ), and it may cause the column [timeliness] in these two tables be identified as the column with different column names... In order to make troubleshooting and give you a suitable solution, could you please provide a simplified pbix file with only involved tables? Before share the file with us, please exclude the sensitive info in the file. You can refer the following link to upload the file to the community. Thank you.

    How to upload PBI in Community

    And you can review the following links to get more details of merge vs append and know the applied scenario of merge and append query...

    Merge Vs. Append Concepts in Power BI (Power Query)

    Append query: Combine rows from two or more tables one after another. Structure of the columns of those table should be same.

    Merge query:  Combine multiple queries horizontally based on standard criteria (common column) between the tables.

    Append query

    Merge Query

     

    Power BI Merge Queries & Append Queries

    Best Regards