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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
AlmDon
Regular Visitor

Combining two seperate excel sheets that have the same primary key in both

Hi,

 

I am new to Power BI and I am trying to add two different ecel sheets that have the same primary key in both. I am trying to be able to create a relationship between these two sheets so i can filter using both columnns in the two sheets but using the same PK in both.

 

I have tried it but it was giving me an error message saying 'one of the columns must have unique values.'

 

I am currently doing this using a VLOOKUP formula in excel and was wondering can this be done in Power BI?

 

Thanks for your help

1 ACCEPTED SOLUTION
Greg_Deckler
Community Champion
Community Champion

So, what you want to do is to create a 3rd query. This query will append your other two queries and then get rid of all of the other columns other than the PK. Then, remove duplicates on the PK and import. Relate this table to your other two tables and use the PK column in this table in your visuals (I would personally hide the other PK columns in the fact tables to prevent confusion).



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

1 REPLY 1
Greg_Deckler
Community Champion
Community Champion

So, what you want to do is to create a 3rd query. This query will append your other two queries and then get rid of all of the other columns other than the PK. Then, remove duplicates on the PK and import. Relate this table to your other two tables and use the PK column in this table in your visuals (I would personally hide the other PK columns in the fact tables to prevent confusion).



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors