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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
Dnyaneshwar_21
New Member

Connect SQL Server to Power BI Using Custom Scripts

Dnyaneshwar_21_0-1666264817314.png

I am trying to connect SQL Server to Power BI Using Custom Scripts,During this facing issue.
Regarding please check below Details - 
Python Script - 

import pandas as pd   

import pyodbc

conn = pyodbc.connect('Driver={SQL Server};'

                     'Server= ServerName ;' - Mentioned Correctly

                     'Database=Test;' - Mentioned Correctly

                     'Trusted_Connection=yes;')

cur= conn.cursor()

sqlquery = pd.read_sql_query('SELECT * FROM Customers',conn) - Mentioned Correctly

print(sqlquery)

Note - I have already Installed libaries which are needed.

pip install pyodbc

pip install pandas

pip install matplotlib



1 ACCEPTED SOLUTION
v-luwang-msft
Community Support
Community Support

Hi @Dnyaneshwar_21 ,

You can refer to the following official Microsoft link for a detailed description of the error and the solution, as the situation is caused by your specific situation, and you can follow the steps in the link to troubleshoot it,refer:

https://learn.microsoft.com/en-us/troubleshoot/sql/connect/network-related-or-instance-specific-erro... 

vluwangmsft_0-1666333563737.png

 

Best Regards

Lucien

 

 

View solution in original post

1 REPLY 1
v-luwang-msft
Community Support
Community Support

Hi @Dnyaneshwar_21 ,

You can refer to the following official Microsoft link for a detailed description of the error and the solution, as the situation is caused by your specific situation, and you can follow the steps in the link to troubleshoot it,refer:

https://learn.microsoft.com/en-us/troubleshoot/sql/connect/network-related-or-instance-specific-erro... 

vluwangmsft_0-1666333563737.png

 

Best Regards

Lucien

 

 

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.