Forum Discussion
armandprr92
1 year agoFrequent Visitor
Multiple parents hierarchy - Find longest path
Hello, I have a multiple parents hierarchy and I would like to find the most time consuming path available. In blue the original table and in orange the expected result. I have fo...
- 1 year ago
Here's the PBIX with both shortest and longest path
lbendlin
1 year agoSuper User
Here's the PBIX with both shortest and longest path
armandprr92
1 year agoFrequent Visitor
Super thanks! I've done multiple checks and it works as expected.
Thank you very much for the effort.
PS: To give some context, I needed it in order to calculate a gantt with multiple parent hierarchy. In that gantt I have a start time of the first installation but not for the others. Then for the other's start time I needed to calculate the most far away date, that is exacly where it will start that installation. And so on.