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! | |
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
102 | |
74 | |
42 | |
39 | |
31 |
User | Count |
---|---|
161 | |
87 | |
64 | |
46 | |
42 |