Forum Discussion
Dynamic security rules with specific hierarchy
- 3 years ago
Hi menphis21
Thanks for reaching out to us.
please refer to these tutorials,
Dynamic Row Level Security with Organizational Hierarchy Power BI - RADACAD
Using Dynamic Row-Level Security with Organizational Hierarchies (bluegranite.com)
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Hi,
Anyone ?
Iam trying also to find a way to user the function filter like that :
if(CONTAINS(Aging,Aging[Chairman Email],USERPRINCIPALNAME()), filter(Aging,Aging[Chairman Email]=USERPRINCIPALNAME()),
if(CONTAINS(Aging,Aging[Manager Email],USERPRINCIPALNAME()), filter(Aging,Aging[Manager Email]=USERPRINCIPALNAME()),0))
but didnt work.
Thank you in advance for your help