Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Merge Error

I am trying to merge a two data sets have 75000 (approx) & 45000 rows, however, i get over a million rows in merged query , How it is happening, i am preplexed. i used full row merge

5 Replies

  • Anonymous 

    When you merge use the right key combination and expand only the required columns. Without those right column keys, you may get a cross join effect.


    Also, filter out the unnecessary rows before the merge.

    ________________________

    If my answer was helpful, please consider Accept it as the solution to help the other members find it

    Click on the Thumbs-Up icon if you like this reply 🙂

    YouTube  LinkedIn 

  • Anonymous's avatar
    Anonymous
    Not applicable

    Can you explain to me little bit more detail, I am novice in Power BI

  • Hi Anonymous 

    Can you share a screenshot of the Merge dialog box (like this) showing how you are doing the merge

     

    Phil


    If I answered your question please mark my post as the solution.
    If my answer helped solve your problem, give it a kudos by clicking on the Thumbs Up.

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi  Anonymous 

     

    You may not choose the appropriate column and merge method when performing Merge Queries, resulting in a Cartesian product, causing each combination to be executed again

    When doing Merge Queries, you select the appropriate fields of the two tables and the appropriate connection method

    If my answer is not what you need, can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

     

    Best Regards,

    Liu Yang

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