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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
hi
I want to do a simple join of 3 tables who dont share any common field they just have the same number of rows. I have
table 1=
a
b
c
table 2 =
1
2
3
I want a table that would be
table 3=
a,1
b,2
c,3
Im tagled with all the left/first inner/outer joins... I just want the two "stitched" together.
thnx
C
Solved! Go to Solution.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsRegards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @chronis69 ,
This should be done in the query editor using the merge option:
https://docs.microsoft.com/en-us/power-bi/desktop-shape-and-combine-data#combine-queries
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsJoin the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.