Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Appending two tables

Hello,   I am attempting to compare IRS Income data by zip codes in 2007 and 2017. The problem is this: As I append the query, I get two columns each named ZIP code. The rest of the Columns transfo...
  • edhans's avatar
    6 years ago

    Anonymous - the columns have to have the same name, and Power Query is case sensitive, so "Zip Code" and "ZIP code" are seen as two different things.

    In the step before your Append operation, make sure both columns are spelled the same with the same case sensitivity.