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
Hi Team,
I have these two tables:
Product | Code | Date | Position | ID | Common Column |
A | 1 | 6/3/2023 | 1 | 12 | A-1-6/3/2023-1-12 |
C | 3 | 6/4/2023 | 2 | 13 | C-3-6/4/2023-3-32 |
S | 2 | 6/5/2023 | r | 14 | S-2-6/5/2023-2-22 |
Q | 1 | 6/6/2023 | 1 | 15 | F-1-6/6/2023-1-12 |
D | 5 | 6/7/2023 | 2 | 16 | D-5-6/7/2023-5-52 |
Product | Code | Date | Position | ID | Common Column |
A | 1 | 6/3/2023 | 1 | 12 | A-1-6/3/2023-1-12 |
C | 3 | 6/4/2023 | 2 | 13 | C-3-6/4/2023-3-32 |
X | 2 | 6/5/2023 | r | 14 | X-2-6/5/2023-2-22 |
Q | 1 | 6/6/2023 | 1 | 15 | Q-1-6/6/2023-1-12 |
D | 5 | 6/7/2023 | 2 | 16 | D-5-6/7/2023-5-52 |
I want to find out the matching count by comparing the common columns, Could anyone help me with the above requirement, this is a mock data, but when i tried to create a relationship it comes as many to many, I am not sure how to move forward.
Thank you!
Solved! Go to Solution.
Hi @AV_04
If the columns are same in both tables, you can merge the tables based on the "Product" which seems to be unique in each table.
You can go to "Transform Data" -> Under Home select "Merge Queries" and select as below:
This produced me the desired output as below:
Hope this works for you!
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @AV_04
If the columns are same in both tables, you can merge the tables based on the "Product" which seems to be unique in each table.
You can go to "Transform Data" -> Under Home select "Merge Queries" and select as below:
This produced me the desired output as below:
Hope this works for you!
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Bharat,
Is it possible to do in DAX? The tables are updated and are of different structure now. But the common column remains the same. I just want the count of matching and non matching common column from both the tables. could you help me here?
thank you very much
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 |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |