Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
72 | |
70 | |
37 | |
29 | |
26 |
User | Count |
---|---|
91 | |
49 | |
45 | |
38 | |
37 |