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.
Hello Power people!
I have 4 tables, for example: table1, table2, table3 and table4.
and each table is related to the next table. Like a heirarchy. For example:
table1---> table2 ---> table3 ---> table4
Each table has it's own Primary Key (ID), and what I want is to get all these 4 ID columns into one column.
It's because I want to create a heirarchy chart but since the data is seperated into 4 tables, I'm not being able to use the PATH function. I want to create a table which contains a column for IDs and another column that contains their Parent ID. So I can use the PATH function.
Is this possible?
Thanks in advance!
Solved! Go to Solution.
Hi,
You could solve this by doing a merge on the above mentioned tables in Power query. e.g. merge table 1 on 2, then merge the result with table 3, etc. Below you will find an example of three tables merged into one.
Regards,
Tim
Proud to be a Super User!
Hi,
You could solve this by doing a merge on the above mentioned tables in Power query. e.g. merge table 1 on 2, then merge the result with table 3, etc. Below you will find an example of three tables merged into one.
Regards,
Tim
Proud to be a Super User!
@I_NeedMorePower , Merge in power query and keep the required column and append them in one column
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
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 |
---|---|
79 | |
73 | |
58 | |
36 | |
32 |
User | Count |
---|---|
90 | |
60 | |
60 | |
49 | |
45 |