This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Trying to connect to SQL server from Power BI using the SQL connection.
Can confirm that sa login credentials are working from the database source using management studio
Can confirm that remote machine is able to talk with remote server
Error when connecting is....
We couldn't authenticate with the credentials provided. please try again.
Any help on this would be much appreciated.
Solved! Go to Solution.
SA does work from the database source, what i found was connecting to another user name with permissions to access tables did work. Not sure why SA wouldnt though?
Either way I now have access to my database connecting from Power BI.
Thanks for the suggestions.
SA does work from the database source, what i found was connecting to another user name with permissions to access tables did work. Not sure why SA wouldnt though?
Either way I now have access to my database connecting from Power BI.
Thanks for the suggestions.
Hi @dskeane ,
This maybe a permission/authentication error. When you ever connect to your data source in an unauthorized account, the corresponding credential would be created.
Did you select Database type and use your sa account to connect to SQL?
Actually I have used the following sql to create a new login——Name: test Password : pass for database [master]:
CREATE LOGIN test WITH PASSWORD = 'pass', DEFAULT_DATABASE = [master] , DEFAULT_LANGUAGE = us_english, CHECK_POLICY= OFF;
Then I could use Database Authentication to connect successfully in both SQL Server database and Power BI Desktop. You may have a try.
A similar thread:
Solved: We couldn't authenticate with the credentials prov... - Microsoft Power BI Community
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 27 | |
| 25 | |
| 25 | |
| 21 | |
| 14 |
| User | Count |
|---|---|
| 50 | |
| 44 | |
| 20 | |
| 18 | |
| 18 |