Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
DHB
Helper V
Helper V

Table Join Query

I’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.

1 ACCEPTED SOLUTION
BhaveshPatel
Community Champion
Community Champion

Hi There,

 

You should select Inner Join which will get all the matching rows from both tables.

Inner JoinInner Join

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.

View solution in original post

2 REPLIES 2
David4F
Advocate I
Advocate I

Hi,

 

If you are using M you just create an inner join between the two tables

 

Kind Regards

 

David 

BhaveshPatel
Community Champion
Community Champion

Hi There,

 

You should select Inner Join which will get all the matching rows from both tables.

Inner JoinInner Join

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.