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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I need to rewrite the below SQL code in M code,
Select * from CTE1 A
Left join CTE2 B On A.JN = B.LN or A.OLN = B.LN
Solved! Go to Solution.
hi @Bhargav150
in the power query editor:
1. how to merge queries with a left join : Power BI Tutorial: Merge Queries in Power Query (youtube.com)
2. To join on multiple columns, hold "CTRL" to select multiple column headers while merging.
Alternatively, you can create a key ( merging multiple columns if required)
: https://www.youtube.com/watch?v=j-RBZQbWQOM&pp=ygUSam9pbnMgaW4gcG93ZXIgYnVp
if this doesn't resolve the issue, kindly provide sample input and output data masking sensitive information
hi @Bhargav150
in the power query editor:
1. how to merge queries with a left join : Power BI Tutorial: Merge Queries in Power Query (youtube.com)
2. To join on multiple columns, hold "CTRL" to select multiple column headers while merging.
Alternatively, you can create a key ( merging multiple columns if required)
: https://www.youtube.com/watch?v=j-RBZQbWQOM&pp=ygUSam9pbnMgaW4gcG93ZXIgYnVp
if this doesn't resolve the issue, kindly provide sample input and output data masking sensitive information
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.