Forum Discussion
Anonymous
6 years agoNot applicable
Issues with scheduling refresh on power Bi Desktop
I want to schdule a refresh. I keep getting an error message telling me that it failed to update the data source credentials for my dataset. This is the first time I'm trying this but it's not workin...
Pragati11
Super User
6 years agoHi Anonymous ,
Did you check your database credentials set up for this refresh?
Thanks,
Pragati
- negi0076 years ago
Community Champion
Anonymous are you using direct query. Pl. refer to below links
Snowflake user present, but disabled.
Failed to update data source credentials: ODBC:ERROR [28000] User access disabled. Contact your local system administrator.
In Snowflake, run desc user <username> to verify if the disabled attribute is set to true. If you want this user to be allowed, run alter user <username> set disabled = true;. Try to access Snowflake from Power BI again.