Forum Discussion
newpbiuser01
Helper V
3 years agoSplit 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...
- 3 years ago
parry2k
Super User
3 years agonewpbiuser01
Helper V
3 years agoHi parry2k,
I'm using the Value function to get the actual value of the string. You did point out correctly though! Once I remove the Value function, the measure works perfectly! Thank you so much. I couldn't understand why it wouldn't work!