In this username has value is '1,2,3'. How I can split and then check
requirement is split the string then convert each value into number then compare
I tried splitting but not able to find how to do in DAX
In this username has value is '1,2,3'. How I can split and then check
requirement is split the string then convert each value into number then compare
I tried splitting but not able to find how to do in DAX
Copyright © 2021 Jogjafile Inc.
Cheeky way:
Another way closer to SPLIT is using
PATHCONTAINSbut the delimiter needs to be a|(pipe).