Forum Discussion
gracerashmi
8 years agoHelper I
User access issue
Hi Team, We are using the free trial license and i have published a Report but u sers are not able to view the Report.
- 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
quentin_vigne
8 years agoSolution Sage
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
gracerashmi
8 years agoHelper I
Thank you it worked