Forum Discussion
Windows authentification is not supported in DirectQuery mode.
- 7 years ago
every instance of using directquery we have used always used a SQL Account. It depends on how you are dealing with Row Level security on the backend - Having said that, we rearely use directquery.
Using Directquery is a double edged sword. when you get into complex reporting on the Viz side you can run into performance issues since aggregations, etc have to be calculated at runtime. You have to weigh the pros and the cons.
you are running PBI Desktop under you windows account. anything it runs is under that context - My suggestion to you is to use a SQL server account when using directquery rather than your AD account. It will also work for you if you publish this pbix to the service since the account is needed to refresh the model if you schedule it to refresh there.
Hello,
My administrator account gives me access to any sql server I need to connect to?
So I wonder who peoples are doing to use directQuery.
Regards,
- luisrh7 years agoResponsive Resident
every instance of using directquery we have used always used a SQL Account. It depends on how you are dealing with Row Level security on the backend - Having said that, we rearely use directquery.
Using Directquery is a double edged sword. when you get into complex reporting on the Viz side you can run into performance issues since aggregations, etc have to be calculated at runtime. You have to weigh the pros and the cons.