PATH is a DAX function that returns a delimited string of IDs representing a hierarchy path from the root to a specified ID.
Syntax
PATH(
ID_ColumnName,
Parent_ColumnName
)
| Argument | Properties | Description |
|---|---|---|
| ID_ColumnName | The column containing the IDs for each row. | |
| Parent_ColumnName | The column containing the parent IDs for each row. |