Forum Discussion
dba_novin
7 years agoNew Member
How to deploy power BI Report Server without Service account/Active Directory?
I need to deploy PowerBI report server (Oct 2018) in a production environment using 2 servers, the first server is for power BI report server (Web server) and the second server will host Data warehou...
Anonymous
7 years agoNot applicable
To get around this issue you can specify a dedicated SQL account for your report to access your data source.
Go to manage -> data sources, change the Authentication Type to "Basic Authentication", and enter the user/password of a valid SQL account with the approrpiate permissions.
dba_novin
7 years agoNew Member
I have tried basic authentication, didn't work.