Forum Discussion

freak's avatar
freak
New Member
4 years ago
Solved

Filter Expression Role Level Security

Hello   I have a table like this   Company principalName Data company1 user1  .. company1 user2  .. company2 user3  .. company2 user4  ..   Wenn a User (user1 and 2)...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi freak ,

     

    It sounds like you need an RLS setup with hierarchy.
    You could try using Dynamic Row Level Security with Manager Level Access in Power BI.

     

    The very first step is always identifying who is the person logged into the report in Power BI Service. This can be done with Username() or UserPrincipalName() functions in DAX.

    We can use a DAX expression to identify is the person logged in, a manager or not. This can be done with a simple MAXX expression.

     

    For more information,you can refer to:Dynamic Row Level Security with Manager Level Access in Power BI 

     

    Hope it helps,


    Community Support Team _ Caitlyn

    If this post helps then please consider Accept it as the solution to help the other members find it more quickly.