March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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 |
A | X |
A | Y |
A | Z |
B | X |
B | Y |
B | Z |
C | X |
C | Y |
C | Z |
Solved! Go to Solution.
I think there's a CROSSJOIN function in DAX.
Proud to be a Super User! | |
@Anonymous ,
crossjoin(Table1, Table2) , all column should different name, otherwise use selectcolumns
I think there's a CROSSJOIN function in DAX.
Proud to be a Super User! | |
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
91 | |
90 | |
85 | |
73 | |
49 |
User | Count |
---|---|
167 | |
147 | |
92 | |
70 | |
58 |