Excel Power Query Merge Returns Fewer Rows Than Expected: Fix
When you merge two tables in Power Query, the result may contain fewer rows than the left table. This happens because the default join kind is a left outer join, which only keeps rows from the left table that match at least one row in the right table. If the right table has duplicate keys … Read more