Forum Discussion

colecrouter's avatar
colecrouter
Frequent Visitor
1 year ago
Solved

Power Query Table.NestedJoin bug

Apologies if this has been commented on before; I searched but am afraid there are many ways to describe this behavior.   When I run this query below, I get exactly what I expect; an effective "cro...
  • PwerQueryKees's avatar
    1 year ago

    Fair enough, thats a bug. As I said earlier, it should have thrown an error. But it is still an edge case and I don't see how this " bricks"  power query, because there is a very simple and efficient work-around to give you (after expanding) a cartesian product of Table 1 and Table2:

    = Table.Addcolumn(Table1, "Full Table2", each Table2)