Forum Discussion
kge8888
3 years agoNew Member
Row Level Security & Roles
Hello. I am trying to set up RLS for a dashboard and need some help with roles. We have managers who need to see the data for their organizations. Sometimes there is just one org they have under t...
Keith-Sayer
Resolver I
3 years agoHey there. Ignore the [Location] = "Value" example. Erase it and put this in and it should work (adjust table names to match your data).
CONTAINSSTRING(Table1[Location],"Sampletown")
- kge88883 years agoNew Member
Ok looks like I got this to work for one location of Sampletown. Now how would I code it for a new role that could view multiple locations, so the person could view Sampletown and Anytown and Yourcity.