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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi all,
I have two tables, and I want to create a third table to list all the possible combination of 2 first tabkles.
Table 1 (1 column) :
A
B
C
Table 2 (1 column) :
1
2
What I want is table 3 (2 columns) :
A | 1
A | 2
B | 1
B | 2
C | 1
C | 2
Actually A, B, C... are data that are calculated in power DESKTOP (and not Query) based on other data not mentionned above, so I need to create this third table in power desktop (because those data don't exist in the Query).
Anyone to help me on this ?
Thank you
Seb
Solved! Go to Solution.
@Anonymous - Use GENERATE
@Anonymous Yes, use SELECTCOLUMNS inside of your GENERATE
@Anonymous - Use GENERATE
Thank you @Greg_Deckler
It works perfectly.
In order to optimize my file, do you know how can i do the same thing but just with 1 chosen column of each table to combine in table 3 ?
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.