Forum Discussion
JonSwed
4 years agoAdvocate II
Case sensitive text filter
Hi all. Working with Salesforce id data which, as some of you may know, distinguishes between users via case. For example, 001J000001Hs5Ss and 001J000001Hs5SS are two different users. This is the ...
lbendlin
4 years agoSuper User
It is what it is. Power BI by default is not case sensitive. Use the Case Safe ID (the 18 digit version) instead.
Or create a klutz based on the FIND() DAX function - that one is actually case sensitive.