Daily DAX : Day 39 PATHCONTAINS
This DAX function returns Boolean (True/False) if a value is found in a delimited list
Syntax
PATHCONTAINS(<Path>,<Value to find>)
Where Path is a string of delimited values - delimiter = |
This DAX function returns Boolean (True/False) if a value is found in a delimited list
Syntax
PATHCONTAINS(<Path>,<Value to find>)
Where Path is a string of delimited values - delimiter = |
Comments
Post a Comment