Forum Discussion

bcap01's avatar
bcap01
Helper II
3 years ago
Solved

RLS for multiple Department Leaders

Hello,

 

I want to display data on my BI Report based on Department Head so that they can see their subsequent Staff only.  Currently, I have created multiple, individual Role for each Department as follows.

 

Finance Role

[email] = “[email protected]” || [DeptID] = 13

 

IT Role

[email] = ‘[email protected]” || [DeptID] = 1

 

Marketing Role

[email] = “[email protected]” || [DeptID] = 3

 

Is there a more efficient or better way of doing this?  Is it better to have 1 Group that can handle all different scenarios?  (If yes, how?)  Or does it need to be done individually as described above?

4 Replies