Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

LEFT OUTER JOIN is missing data in data view

Hi All,   I'm attempting to merge two tables using a LEFT OUTER JOIN. When I do so in Power Query everything looks great and is working perfectly. There are matching and non-matching rows, which is...
  • Anonymous's avatar
    Anonymous
    7 years ago

    Anonymous - I tried your suggestion and it didn't work, but it did lead me to the solution (I was creating a sample file that displayed the power query data differently). It turns out I mistakingly assumed that my UserID columns were lowercase as power query displayed them as such. In reality, the ChildID from the 2nd table was actually in uppercase. I transformed that column into lowercase and now my data is being displayed correctly! Thanks for the help!!