Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

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

2 Replies

  • I think there's a CROSSJOIN function in DAX.

  • Anonymous ,

     

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