Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Not being able to merge two tables in Power Query

Hey All,   I am new to Power BI and struggling with merging queries. Could someone please tell me why I am getting warning sign against so many tables while I am trying to merge "Dim_Date" with so...
  • Greg_Deckler's avatar
    6 years ago

    Anonymous Perhaps there is some sort of dependency between those two queries? Does one refer to the other?

  • Greg_Deckler's avatar
    Greg_Deckler
    6 years ago
    Anonymous I would say 100% that is the issue and why it works if you merge new, because with merge new it will load the queries in the right order , load Dim_Date and then Shipment and then Dates_Cross_Join and then the new merge query. Otherwise, you have effectively created a circular reference and it is not going to like that.