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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hi there,
I'm not sure if my subject line describes accuratly what I am trying to do, but I would like a query to turn Table A and Table B, into Table C.
A & B are single column tables with no values.
Table A
1
2
3
Table B
x
y
Table C
1 x
1 y
2 x
2 y
3 x
3 y
Solved! Go to Solution.
Hi @chriswragge
In edit queries, add a Custom Column to create a Cross Join.
Open TableA, create a custom column using TableB,
After you click OK, you get a new column that “contains” the entire TableB as an object in each row of the TableA (as shown above).
Then all I needed to do then is expand the new column by clicking the expand button (shown above) to create all the possible combinations (shown below)
Best Regards
Maggie
Hi @chriswragge
In edit queries, add a Custom Column to create a Cross Join.
Open TableA, create a custom column using TableB,
After you click OK, you get a new column that “contains” the entire TableB as an object in each row of the TableA (as shown above).
Then all I needed to do then is expand the new column by clicking the expand button (shown above) to create all the possible combinations (shown below)
Best Regards
Maggie
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 47 | |
| 29 | |
| 25 | |
| 23 |
| User | Count |
|---|---|
| 126 | |
| 108 | |
| 55 | |
| 39 | |
| 33 |