Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! 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! | |
I think there's a CROSSJOIN function in DAX.
Proud to be a Super User! | |
| User | Count |
|---|---|
| 57 | |
| 44 | |
| 30 | |
| 18 | |
| 16 |
| User | Count |
|---|---|
| 71 | |
| 59 | |
| 39 | |
| 22 | |
| 22 |