Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe'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
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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 52 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 73 | |
| 70 | |
| 39 | |
| 34 | |
| 23 |