Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Measure - Parent child relationship

Hi,   I need to create a measure to Parent name using id=parentid join.   Table id Name Parent_id 101 A   102 B 101 103 C 101 104 D 103 105 E 103     Create a...
  • jdbuchanan71's avatar
    jdbuchanan71
    7 years ago

    Ahh, I had done mine as a measure.  Because you said you couldn't modify the data set I thought you couldn't add a column.  I have updated the calculated column to work and also added in the measure in the attached file.