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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
pkoel-asb
Helper V
Helper V

New User Power Query full outer join

Hello All,

 

  I am using Power BI Desktop. I select the option to Transform my data and I am brought into Power BI's Power Query editor. I have two files that have no relationship between them. I want to join the two files togather using a full outer join. When I try to use the Merge Queries, it forcese me to slect a column to join the table upon. There is no common column between them. All I want is every record in File 1 joined to every record in File 2. Something similar to the following:\

Select *

from File1

FULL OUTER JOIN(File2);

 

How do I accomplish htat?

 

Cheers!

 

Peter

1 ACCEPTED SOLUTION
HotChilli
Super User
Super User

I think you want a cross-join.

There are at least a couple of ways to do it. One is :

Add a column to the first table like this

= table2

 

You can then expand the column.  Give me a shout if that's not what's required.

View solution in original post

3 REPLIES 3
HotChilli
Super User
Super User

I think you want a cross-join.

There are at least a couple of ways to do it. One is :

Add a column to the first table like this

= table2

 

You can then expand the column.  Give me a shout if that's not what's required.

I found it! I figured out what you were trying to tell me. YES, it works well! thank you!

Hello,

 

  Thank you for your reply. I can not find a Cross-join function in Power BI, but does sound like the task I need to complete. How do I cross join two tables into one?

 

Cheers,

 

Peter

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors