Daily DAX : Day 32 PATHITEMREVERSE
This is a DAX function that returns the values from a delimited list (delimiter = "|") reading from right to left
Syntax
PATHITEMREVERSE(<Path>, <Position>, <Type>)
Where path is a string with a delimited list of IDS
Position is a number reading from right to left
Type is an optional parameter that forces the function to return Text (=0) or Integer (=1)
Comments
Post a Comment