Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric certified for FREE! Don't miss your chance! Learn more
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! | |
I think there's a CROSSJOIN function in DAX.
Proud to be a Super User! | |
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 68 | |
| 59 | |
| 47 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 105 | |
| 102 | |
| 38 | |
| 27 | |
| 26 |