PATHITEM is a DAX function that returns the nth item in a delimited path string generated by the PATH function.
Syntax
PATHITEM(
Path,
Position,
Type
)
Argument | Properties | Description |
---|---|---|
Path | A string which contains a delimited list of IDs. | |
Position | An integer denoting the position from the left end of the path. | |
Type | Optional | Optional. If missing or 0 then this function returns a string. If 1 then this function returns an integer. |