Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowI’ve linked two tables and am trying to create a report showing only the common references.
e.g.
Table1
Ref | Name |
1 | John |
2 | Sarah |
3 | Bill |
4 | Jane |
Table2
Ref | Surname |
2 | Jones |
3 | Smith |
4 | Brown |
5 | White |
Trying to create a table that shows;
Name | Surname |
Sarah | Jones |
Bill | Smith |
Jane | Brown |
But am getting;
Name | Surname |
John |
|
Sarah | Jones |
Bill | Smith |
Jane | Brown |
| White |
What have I done wrong?
Thanks in advance.
Solved! Go to Solution.
Hi There,
You should select Inner Join which will get all the matching rows from both tables.
Inner Join
Hi,
If you are using M you just create an inner join between the two tables
Kind Regards
David
Hi There,
You should select Inner Join which will get all the matching rows from both tables.
Inner Join
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
102 | |
70 | |
68 | |
54 | |
41 |
User | Count |
---|---|
153 | |
83 | |
65 | |
62 | |
61 |