Forum Discussion
bobceres
4 years agoRegular Visitor
RLS with DAX for String with Multiple Values
I have a report that is utilizes security from defines roles within our salesforce CRM solution. Essentially, for the RLS, we have DAX code that looks at the username and checks against the user’s co...
lbendlin
4 years agoSuper User
You can treat PATHITEM(3) as its own PATH. (a PATH in a PATH, so to speak). But it would still require hardcoded logic based on PATHLENGTH.
It would be easier if the sales codes per user would be held in a reference table.