Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Please note this question is based on Excel Power query.
After a merge operation (Full-Outer plus keep Only Non-matched), I have the table in the below format (Table1). My aim is to do an internal merge within the table, that should result in a table like Table2.
My idea is to split the table based on column 'name'=null and then inner-join the resulting 2 tables based on 'name' and 'place'.
Question : How to split the tables to 2 tables in powerquery based on a column value
Please suggest better ideas if any, in acheiving the below objective
Solved! Go to Solution.
Hi @slk89 ,
I don't know if you have tried appending both tables directly to get the desired result., you can refer to
Append queries - Power Query | Microsoft Learn
If the above method does not work, you must start from Table 1 below.
You duplicate a table, and then romve columns and rename columns as follows.
Table1
Table2
In Table1, choose append queries.
You can filter out blank rows.
Expected result:
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @slk89 ,
I don't know if you have tried appending both tables directly to get the desired result., you can refer to
Append queries - Power Query | Microsoft Learn
If the above method does not work, you must start from Table 1 below.
You duplicate a table, and then romve columns and rename columns as follows.
Table1
Table2
In Table1, choose append queries.
You can filter out blank rows.
Expected result:
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the July 2025 Power BI update to learn about new features.