Forum Discussion
prajaktakeni11
2 years agoHelper I
RLS based on Category
Hello , I have employee data with different role , I want to restrict data based on Resource type for example Employee (1) has resource type A and is location head can view only his data being a lo...
lbendlin
2 years agoSuper User
Needs to be USERPRINCIPALNAME. their email address, basically.
prajaktakeni11
2 years agoHelper I
lbendlin Can't we do it with employee id USERNAME()......?,
and Could you please help me out on dax how can I restrict data based on Type for specific People
- lbendlin2 years agoSuper User
For dynamic RLS you don't need anything else, but it must use USERPRINCIPALNAME, and your reference table must control the fact tables of the data model.
- prajaktakeni112 years agoHelper I
Okay and what would be my dax to filter the data as per specific category ?
- lbendlin2 years agoSuper User
There is no DAX filter, this is all controlled via the data model.