Quantcast
Channel: Power Query topics
Viewing all articles
Browse latest Browse all 31104

Azure SQL Database online connection for refresh: data source credentials invalid

$
0
0

Dear Community,

 

I am currently trying to refresh my dataset in Power BI Online with the "scheduled refresh" possibility. 

 

Now the issue is the following: If I go under settings-> datasets->"dataset name" in the part datasource credentials the error message appears:

 

"Your data source can't be refreshed because the credentials are invalid. Please update your credentials and try again."" 

The point is that I use the same credentials as in Power BI Desktop. There the connection to the Azure SQL DB works all fine. I also only included one single table to test the connection but it still does not work.

 

Here the query:

let
  Source = Sql.Database("servername", "databasename"),
  dbo_Countries = Source{[Schema="dbo",Item="Countries"]}[Data]
in
  dbo_Countries

 

This is the error message if I try to edit the credentials in the online version:

Failed to update data source credentials: Login failed for user 'username'.Hide details

Activity ID:cdc5fd21-9633-f8ce-3d93-dd0e8a8f5d60
Request ID:668d0ef3-404d-874b-f1aa-7b1d840626c8
Status code:400
Time:Tue Jul 04 2017 16:29:34 GMT+0200 (W. Europe Daylight Time)
Version:13.0.1781.272
Cluster URI:https://wabi-north-europe-redirect.analysis.windows.net

 

 

 

Another point: The same user for the same database works fine for scheduled refresh when my colleague uses it for his projects.

 

I really struggle now to find new ideas how i could solve this issue. Does someone have an idea how I could solve this issue or what might cause it? 

 

Btw: I could find the following post here in the forum which seems to explain a similar issue. But to be honest, i can not see what i have to do with this solution.

 

Thanks a lot for your help.

BR


Viewing all articles
Browse latest Browse all 31104

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>