Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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
Solved! Go to Solution.
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:
Best Regards
Lucien
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:
Best Regards
Lucien
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 37 | |
| 35 | |
| 34 | |
| 28 |
| User | Count |
|---|---|
| 136 | |
| 99 | |
| 73 | |
| 66 | |
| 65 |