Forum Discussion

AlexeyRusinov's avatar
AlexeyRusinov
Icon for Helper II rankHelper II
10 years ago
Solved

Enterprise Gateway with Analysis Services not passing logged in users credentials

Hello everyone, I am trying to set power BI live connection to SSAS data warehouse. I need to set security model, so I create different roles and users in SSAS instance. When open power BI from non-...
  • AlexeyRusinov's avatar
    10 years ago

    Hello everyone,

     

    The issue's fixed now. The user was admin on the server, and in SSAS config there is a property <BuiltinAdminsAreServerAdmins>1</BuiltinAdminsAreServerAdmins>.
    As a result, even if the user is not shown as an admin in SSAS, he was, because of server admin and this property. 
    So, either changing property to 0 or removing user from server admins solved the issue.

    Thank you everyone who tried to help.