Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Tree Calculation/Aggregated Values Matrix

im struggling to create a table parent and child tree relationship, i have a parent and child table, i wanted to calculate the values with respect to their root parents like a family tree   Chil...
  • wdx223_Daniel's avatar
    wdx223_Daniel
    2 years ago

    Tree Relation=CONCATENATEX(FILTER(Data,PATHCONTAINS(PATH(Data[Child],Data[Parent]),EARLIER(Data[Child]))),Data[Child],"|")

    Calculated Values formula keeps no change.