I have a query with financial information (initially16,577 rows) including account name that I'm wanting to merge with a "mapping" query using account name as the common field so that the department from the mapping query is added as a column to my financial data query. When doing a left outer join, the "Expanded Mapping" step (immediately after the merge) is adding 2,440 rows and, in turn, changing (increasing) the total value column in my financial data. Am I doing the wrong type of join? Is there a way to filter out the rows added in the expanded mapping step?