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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register 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
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.