Forum Discussion

maarten_74's avatar
maarten_74
Frequent Visitor
7 years ago
Solved

Add custom column from parent value

Hi there,   I've got a table that contains projects and has a parent child hiëarchy and i would like to show the parent's status on every child row. My table looks like this:   LineNr ParentL...
  • Zubair_Muhammad's avatar
    7 years ago

    maarten_74 

     

    As a calculated column withe DAX you can use

     

    Calculated Column = Lookupvalue(Table1[Status],Table1[LineNr],[ParentLineNr])