Forum Discussion

DCS2011's avatar
DCS2011
Helper I
3 years ago
Solved

Using Path DAX for Hierarchy

I have multiple columns, but one is NAME w/ orgs names, and the other PARENT with parent of the NAME. The values with no parent are blank.   Using: Entity Path = PATH('DW Orgs'[Name],'DW Orgs'[Pa...
  • DCS2011's avatar
    DCS2011
    3 years ago

    The issue was the blank parent were not null values. Once I replaced them it work.