Forum Discussion
RLS - At a group level
- 9 years ago
1. what did I do wrong with the set up.
If you need to detect team belonging for all access users, it's better to have a Team-User Table. Otherwise you need to create one role for each Team.
2. Is it possible to just set up DAX filter on the 'Team One' role to just list valid forms for 'Team One'. 'REP-Products'[ProductId]= (A,B)
You can directly use row level filter expression like:
'REP-Products'[ProductId]= A || 'REP-Products'[ProductId]= B
Rergards,
1. what did I do wrong with the set up.
If you need to detect team belonging for all access users, it's better to have a Team-User Table. Otherwise you need to create one role for each Team.
2. Is it possible to just set up DAX filter on the 'Team One' role to just list valid forms for 'Team One'. 'REP-Products'[ProductId]= (A,B)
You can directly use row level filter expression like:
'REP-Products'[ProductId]= A || 'REP-Products'[ProductId]= B
Rergards,