Forum Discussion

gracerashmi's avatar
gracerashmi
Helper I
8 years ago
Solved

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.
  • quentin_vigne's avatar
    quentin_vigne
    8 years ago

    gracerashmi

     

    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