Power Query Child hierarcy
问题 I have a problem I need to solve in power query. I have table containing columns Name, ID and Parent ID Name ID Parent A 1 B 2 1 C 3 1 D 4 2 E 5 2 I need to transform this table so that I get one row for each child (and orginal) that row has. In this example this would yield 11 rows. Name ID A 1 A 2 A 3 A 4 A 5 B 2 B 4 B 5 C 3 etc. I know this is done with some sort of joining but it feels like a loop and I don't know how to do loops in Power Query. 回答1: A friendly reddit user created