Forum Discussion
Anonymous
6 years agoNot applicable
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***...
- Anonymous6 years ago
I got it to work faster by putting Table.Buffer step just before calling it.
Anonymous
6 years agoNot applicable
I got it to work faster by putting Table.Buffer step just before calling it.