cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
romovaro
Super User
Super User

Comparing 2 tables - missing info in one table

hello,

 

I am having issues comparing 2 tables. 

 

romovaro_0-1683036157764.png

 

I hae a column called CUID (is a unique customer number.)

the idea is to compare a Baseline Extract with current data

 

to know the number of new customer we need to compare current extract vs Baseline. THe idea is to look for CUids included in the current file but are not included in the baseline (cuids don't exist in that file).

 

WIth current formulas it seems I am only including the ones already existing in both files (= No new cuids)

 

ANy tip?

 

 

@jgeddes 

 

 

2 ACCEPTED SOLUTIONS
DOLEARY85
Resident Rockstar
Resident Rockstar

Hi,

 

Could you do this in power query, merger the tables on a anti join to show only records that appear in one?

 

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

View solution in original post

jgeddes
Solution Sage
Solution Sage

Another solution in Power Query would be to create a list of the baseline CUIDs and then create a column in the current file that uses List.Contains to look for the current CUID in the baseline list. 

View solution in original post

2 REPLIES 2
jgeddes
Solution Sage
Solution Sage

Another solution in Power Query would be to create a list of the baseline CUIDs and then create a column in the current file that uses List.Contains to look for the current CUID in the baseline list. 

DOLEARY85
Resident Rockstar
Resident Rockstar

Hi,

 

Could you do this in power query, merger the tables on a anti join to show only records that appear in one?

 

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

Helpful resources

Announcements
Join Arun Ulag at MPPC23

Join Arun Ulag at MPPC23

Get a sneak peek into this year's Power Platform Conference Keynote.

PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Top Solution Authors