Forum Discussion
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 working. Any help? Thnks.
4 Replies
- parry2k
Super User
Anonymous you have to enter dataset credentials in power bi sevice where you are setting up the schedule.
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
- Pragati11
Super User
Hi Anonymous ,
Did you check your database credentials set up for this refresh?
Thanks,
Pragati
- negi007
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.