Forum Discussion

Chema_Ortega's avatar
Chema_Ortega
Helper III
6 years ago
Solved

DINAMIC SECURITY

Hello eveybody,

 

Thanks a lot in advance for your help.

 

I am trying to implement security row level (I have many users and many Projects in one .bix). The client wants security by project (some users will have permission to see one Project, other users will have permission to see other Project, and so on). The problem is that the client has given us a table with Users by Project, and they want us to use it to add the security. They do not want to assign the security in the service, assigning the emails of each user to each Project, since there are many users. Is there a way to do that? Is there any written advice?

 

Thanks a lot. Best regards,

 

Chema Ortega

  • I would suggest you set-up dynamic row level security - you would need to follow these steps 

    - create a table (i.e. T_Sec) with 2 columns UserID & Projects. The UserID should be the email used for the user to access to PowerBI 

    - in Desktop > Modeling> Manage Role, create a role, then in Table "T_Sec" of the "Manage Roles" view, in "Table Filter DAX expression" enter this DAX formula : [UserID] = USERPRINCIPALNAME()

    - in Relationship view of Desktop, set-up the relationship (many-to-many) between the table T_Sec [Projects] to tables you want to limit visibility by projet 

    - then in Power BI Service, assign this role to the user and give them access 

    Please mark it if this works. 

4 Replies

  • M_L's avatar
    M_L
    Frequent Visitor

    I would suggest you set-up dynamic row level security - you would need to follow these steps 

    - create a table (i.e. T_Sec) with 2 columns UserID & Projects. The UserID should be the email used for the user to access to PowerBI 

    - in Desktop > Modeling> Manage Role, create a role, then in Table "T_Sec" of the "Manage Roles" view, in "Table Filter DAX expression" enter this DAX formula : [UserID] = USERPRINCIPALNAME()

    - in Relationship view of Desktop, set-up the relationship (many-to-many) between the table T_Sec [Projects] to tables you want to limit visibility by projet 

    - then in Power BI Service, assign this role to the user and give them access 

    Please mark it if this works. 

    • Chema_Ortega's avatar
      Chema_Ortega
      Helper III

      HI M L,

       

      Thanks a lot. It seems to be working!!! Great!!!

       

      Just one point: when I enter witn a user with Administrator rights, I can see everything. When I enter with a user with security applied, and the Table I want to show is in Direct Query, the visualization breaks down. I don´t know why... It doesn't make sense at all!!!

       

      Best regards,

       

      Chema 

    • Chema_Ortega's avatar
      Chema_Ortega
      Helper III

      Thanks a lot, Joesh. I am trying to fix everything up.

       

      Best regards,

       

      Chema