Forum Discussion

newpbiuser01's avatar
newpbiuser01
Icon for Helper V rankHelper V
3 years ago
Solved

Split a string into a list in DAX

Hello,   I am trying to split a string to create a list so I can flag all items that are part of my string and are found in the data table. Unfortunately I cannot do this in Power Query, so I'm try...
  • parry2k's avatar
    3 years ago

    newpbiuser01 why you are using VALUE function here :

     

    VALUE ( PATHITEM ( mymeasure[Value],TEXT ) )