March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
hello,
I am having issues comparing 2 tables.
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?
Solved! Go to Solution.
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 👍
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.
Proud to be a Super User! | |
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.
Proud to be a Super User! | |
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 👍
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
134 | |
91 | |
90 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |