Forum Discussion
User access issue
- 8 years ago
If you want a role that grant access to everything here is how to do it :
Create a calculated column on your role table
AllAccess = 1
Like that, you are going to have a column full of 1
Then add new role AllAccess, and then in the Table filter DAX expression type [AllAccess]=1
Then add concerned user by this role
- Quentin
i have enabled the report in a workplace group. others are able to see the dashboard but 3 new persons in the group are facing this issue
- gracerashmi8 years agoHelper I
Yes Role wise security is there but these 3 users has to be enabled without the security to view all. Can you help me on this.
- quentin_vigne8 years agoSolution Sage
So the 3 new users are not added to the RLS ?
If you want to enable it for them you need to add their USERPRINCIPALNAME() to the RLS of PowerBI Desktop and add the same condition than other users or if you want to restrict their access, add condition when typing the code
- Quentin
- gracerashmi8 years agoHelper I
RLS is created on a department. but this 3 users shouldnot have any filter on the department and they should see all. how do i do that.