Forum Discussion
Anonymous
7 years agoNot applicable
dax help with substrings
Hi, I have a column which has values such as OGC, REGION, WB, FB, HCPB, REGSUNIT . How can write a formula in DAX so that I can extract the substrings? Example - if I need to extr...
- 7 years ago
Anonymous you can use containsstring function to check if your search string exists in the column and go from there.
parry2k
7 years agoSuper User
Anonymous you can use containsstring function to check if your search string exists in the column and go from there.