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)



https://dax.guide/pathitemreverse/

Comments

Popular posts from this blog

Daily DAX : Day 65 INFO.TABLEPERMISSIONS

Daily DAX : Day 55 PV