Forum Discussion
Anonymous
6 years agoNot applicable
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...
- 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.
edhans
6 years agoCommunity Champion
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.
Anonymous
6 years agoNot applicable
Perfect! Thank you both!