PATHCONTAINS is a DAX function that returns TRUE if a specified item exists within a given path string.
Syntax
PATHCONTAINS(
Path,
Item
)
| Argument | Properties | Description |
|---|---|---|
| Path | A string which contains a delimited list of IDs. | |
| Item | A value to be found in the path. |