Forum Discussion
PowerBi on promise - Distributed environment
Hi, if you don’t want to configure Kerberos delegation, you will not be able to use the "As the user viewing the report" option on the data source.
To workaround this, just set a username and password on the connection of your reports. This user should be an AD user that have access to your SSAS database.
Hello
Thanks for your reply. However, if I will set credentials, I will loose all security roles set on SSAS cube :(
Regards
- muchinski8 years agoResolver II
You can use an user who is Admin on SSAS and check the option "Log in using these credentials, but then try to impersonate the user viewing the report"
This should keep all your roles working :)
(just a personal feedback here: I prefer to use Kerberos delegation)
- Anonymous8 years agoNot applicable
I have checked the box to impersonate the person running the report. I can see in SQL Profiler that the EffectiveUserName is being passed to the tabular model but the tabular model is not passing that to the database for the query. Any tips on security in the tabular model connections for getting it to pass the EffectiveUserName to the database?