Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
8 | |
6 | |
6 | |
6 | |
5 |
User | Count |
---|---|
9 | |
9 | |
8 | |
6 | |
6 |