Forum Discussion
Power bi Report Permissions - ssas tabular
- 9 years ago
hi Anonymous
Can the users at least get to the SSRS report server?
If they can then yes the next step is to make sure that they can indeed access the SSAS Tabular Server. Have you added the AD Groups into a Role on your SSAS model?
hi Anonymous
Can the users at least get to the SSRS report server?
If they can then yes the next step is to make sure that they can indeed access the SSAS Tabular Server. Have you added the AD Groups into a Role on your SSAS model?
Finally, It works now .
Followed your suggestion and re-added the <Domain>\Domain Users on the Site Settings as System User.
Thanks man.
Abhi
- GilbertQ9 years agoSuper User
Awesome glad you got it working.
- srilakshmi129 years agoFrequent Visitor
Hi Abhi,
I'm also facing the same issue, Added roles in ssas tabular model like Role1:with full permissions and in membership i added domain\user1,domain\user2
and Role2: read permission ,membershp:domain\user3 with rowfilters: iadded some condition.
i'm thetabular model source to powerbi report in powerbi report server & published to reportserver.
do i get the roles refelected in powerbi reportserver from tabulamodel or do i need to add domain\user1,2,3 on the sitesettings as u mentioned..
Pls help..
- Anonymous9 years agoNot applicable
Hey srilakshmi12,
I just happend to see this message.
After this post I had tweaked my Power BI settings the below way.
SSAS
1) Created a service account. ( Ex: DOMAIN\Srvc1 )
2) Connected to the model with the above service account. Make sure the service account has appropriate permissions w.r.to your organization.
3) Deploy the model to SSAS Server.
Power BI Report Server
1) Install Power BI Report Server - On premise
2) Install related version of Power BI Desktop
3) Create and deploy reports to Power BI Report Server
4) Once Power BI Report is uploaded / Save as to Report Server, navigate to Data Source on the Report Server URL. In the Data Source Tab , make sure use the DOMAIN\Srvc1 account as the login credentials.
5) Navigate to Security Tab. Grant "Browser" permissions to <DOMAIN>\Domain Users. Example if the Domain is Microsoft, the security group is MICROSOFT\Domain Users.
6) Navigate to Site Settings. Grant "System User" permissions to <DOMAIN>\Domain Users. Example if the Domain is Microsoft, the security group is MICROSOFT\Domain Users.
This should work. If the above does not work, also try adding the service account to the SSAS Server.
Let me know if I can be of any further help.
Abhi