cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
vengadeshpalani
Helper III
Helper III

Merging two table

Hi All,

 

I have  two Table. How can i merge the two tables to get final out put

 

Table 1

Field1 
A
B
C

 

Table 2

Field2
X
Y
Z

 

Final Output Table

Field1 Field2
AX
AY
AZ
BX
BY
BZ
CX
CY
CZ
1 ACCEPTED SOLUTION
ToddChitt
Solution Sage
Solution Sage

I think there's a CROSSJOIN function in DAX.

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@vengadeshpalani ,

 

crossjoin(Table1, Table2) , all column should different name, otherwise use selectcolumns

ToddChitt
Solution Sage
Solution Sage

I think there's a CROSSJOIN function in DAX.

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Top Solution Authors