Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Fast Power Query Code for getting the lowest level children in Parent/Child Hierarchy

I am in search of m query that adds a column to display all Children at level 0 in a table with Parent/Child relation. I am already using a function but its painfully slow. ****fnParChAllChildren***...
  • Anonymous's avatar
    Anonymous
    6 years ago

    I got it to work faster by putting Table.Buffer step just before calling it.