Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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! | |
User | Count |
---|---|
112 | |
71 | |
57 | |
44 | |
39 |
User | Count |
---|---|
176 | |
125 | |
61 | |
60 | |
58 |