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 all,
I'm new to Power BI, and I want to do a "keep join" in Power Query Editor, for example, what I have is :
Table1:
ID |
1 |
2 |
3 |
4 |
5 |
6 |
Table2:
ID | Value |
1 | 10 |
3 | 20 |
3 | 15 |
4 | 30 |
6 | 40 |
6 | 50 |
8 | 60 |
9 | 70 |
10 | 60 |
I want to change the Table 2 to: (just based on the table1.id)
ID | Value |
1 | 10 |
3 | 20 |
3 | 15 |
4 | 30 |
6 | 40 |
6 | 50 |
How to solve that?
Thanks.
Aiolos Zhao
Solved! Go to Solution.
I got the answer, just use right outer join.
Anyone can help to solve this 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.