Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
PowerQQ
New Member

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 transform as I want them to. Is there something I need to do to index the zip code column and make it unique?

image.png

1 ACCEPTED SOLUTION
edhans
Super User
Super User

@PowerQQ - 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.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

View solution in original post

3 REPLIES 3
edhans
Super User
Super User

@PowerQQ - 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.



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting

Perfect! Thank you both!

camargos88
Community Champion
Community Champion

Hi @PowerQQ ,

 

You need to rename the column with the same name in both tables. So it will append correctly.



Did I answer your question? Mark my post as a solution!

Proud to be a Super User!



Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Top Solution Authors
Top Kudoed Authors