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.
Hello All,
I am facing issue with extra rows adding in left table after left join
I don't have any unique id in column also to remove duplicates, but how to ignore adding of extra rows
Please help me with resolving this
500K rows are adding extra
Solved! Go to Solution.
hi
@Anonymous
this is how different joins works
If you are doing left join so the records which are not matching with right table will also come in left join.that's why you have 500k records extra of left table.
If you want to only have matching records then use
NATURALINNERJOIN(<LeftTable>, <RightTable>)
I hope I answered your question!
hi
@Anonymous
this is how different joins works
If you are doing left join so the records which are not matching with right table will also come in left join.that's why you have 500k records extra of left table.
If you want to only have matching records then use
NATURALINNERJOIN(<LeftTable>, <RightTable>)
I hope I answered your question!
Join 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.