Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! 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
| User | Count |
|---|---|
| 59 | |
| 46 | |
| 31 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 79 | |
| 68 | |
| 43 | |
| 26 | |
| 23 |