Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
dskeane
Helper I
Helper I

PBI connection to SQL

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. 

1 ACCEPTED SOLUTION
dskeane
Helper I
Helper I

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.

View solution in original post

2 REPLIES 2
dskeane
Helper I
Helper I

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.

Anonymous
Not applicable

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.

Eyelyn9_1-1653297565228.png

 

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.

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.