Forum Discussion
ah12
8 years agoFrequent Visitor
Need help with really tough iterative function (maybe List.Generate ?)
Hi I'm struggling with a problem I have tried to solve myself but I am now running out of time, so I turn to this community brain ! SET-UP I have a list of points on a network, some of wh...
kcantor
8 years agoCommunity Champion
Unfortunately, I am time constrained on a project right now but I can offer the following link as help to complete your project. Try this method:
https://www.daxpatterns.com/parent-child-hierarchies/
(I like to read through the forums while waiting on data to churn).
- ah128 years agoFrequent Visitor
Hi kcantor, thanks for the recommendation. I wonder if the parent - child hierarchies approach would handle the fact that the relationship between the nodes are not so neat and are not "one-way" i.e. One node might lead to another and another two, which each split off. One of the two might then end there but the other might lead back to create a "circuit" to the earlier "path" .