Forum Discussion
Anonymous
8 years agoNot applicable
Report couldn't access data source in Direct Query mode
I've created a simple report with PBI desktop. In desktop all works fine. When I open the report in the service i get the following error: Report couldn't access the data source because it doesn...
- Anonymous8 years ago
Anonymous I would assume that the credentials can access the SQL Server, otherwise you wouldn't be able to use the datasource. My thought is that while it can reach the SQL Server, it can't access all the tables/views that it needs to in order to produce the report results... what level of permission does it have on the SQL Server? Is it a different account, or your credentials?
Alternatively, did you use a basic auth connection in the Desktop?
Anonymous
8 years agoNot applicable
Anonymous This looks like the credentials you are using in the gateway do not have sufficient permissions to access the database. The local connection (with your creds) will work if you have permissions, but once you deploy, you are using the credentials tied to the datasource in the gateway.