Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I need to join two tables (add the Purchose order column to the table 1) by matching part number and serial number and copy the column with the corresponding purchase order number in table 2.
Note: The column names of the part number and the serial number is different in two tables.
Table 1
Part number (PN) | Serial Number (SN) | Lot no | Quantity |
A | X | A110 | 1 |
A | Y | A111 | 2 |
A | Z | A112 | 2 |
B | J | A113 | 1 |
B | K | A114 | 1 |
B | H | A115 | 1 |
Table 2
Part number | Serial Number | Purchase Order |
A | X | 1001 |
A | Y | 1002 |
A | Z | 1003 |
B | J | 1004 |
B | K | 1005 |
B | H | 1006 |
Desired Output:
Part number | Serial Number | Lot no | Quantity | Purchase Order |
A | X | A110 | 1 | 1001 |
A | Y | A111 | 2 | 1002 |
A | Z | A112 | 2 | 1003 |
B | J | A113 | 1 | 1004 |
B | K | A114 | 1 | 1005 |
B | H | A115 | 1 | 1006 |
Thank you
Solved! Go to Solution.
Hi @shamilka,
You can use the Merge Queries option from the ribon. In the dialog that appears hold down the CTRL key as you select the matching column pairs in both tables. Note that there is a small idenification number visible this needs to correstpond for each pair that belongs together (see blue arrow).
I hope this is helpful
Hi @shamilka,
You can use the Merge Queries option from the ribon. In the dialog that appears hold down the CTRL key as you select the matching column pairs in both tables. Note that there is a small idenification number visible this needs to correstpond for each pair that belongs together (see blue arrow).
I hope this is helpful
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.