Forum Discussion
GVTionale
6 years agoHelper II
dynamic RLS for hierarchy
I am trying to create a dynamic RLS using following DAX in managing roles - Following is a snapshot of the Employee Table with the Path created - TRADER_CODE MANAGER EMAIL_...
ibarrau
6 years agoSuper User
Hi. Let me ask you. What should this role filter? if you are just trying to filter orders by users and you have 1 user to many orders then just:
[EMPLOYEE PATH] = USERNAME()
That rule should be enough. If you need to filder other tables please show us some model or expose your requests so we can help you.
Regards,