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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
stan255tf
Regular Visitor

How to join two tables together and remove duplicates?

I have two tables that are exactly the same (same column, same data). The difference is how those two tables are being filtered. Because both tables are exactly the same and the only difference is the filtering process, there are some duplicates in them.

 

I'd like to combine both these tables together (via Opp.Id field) and removing any duplicates. How would you go about doing that?

 

In short, here's what I'm trying to accomplish:

Table A (original)    > Filter 1 > Show data

Table A (duplicate) > Filter 2 > Show data

Based on the filtered data, join both Table A together and remove duplicates.

 

Screenshot of tables and columns attached.

stan255tf_1-1691126069438.png

 

 

2 REPLIES 2
Idrissshatila
Super User
Super User

Hello @stan255tf ,

 

you should use the append queries in Power query, refer to this for instructions https://learn.microsoft.com/en-us/power-query/append-queries

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Follow me on Linkedin



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




Hey @Idrissshatila, I can't append because both tables have the exact same data. I need both tables to show a different set of data based on how I'm filtering the data.

 

Here's what I'm trying to accomplish:

Table A1 > Filter 1 > Show data

Table A2 > Filter 2 > Show data

Based on the filtered data, join Table A1 and Table A2 together and remove duplicates.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors