Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Can someone help me what could be causing issue while running python script in power BI Desktop ?
i have installed the latest version of Power BI Desktop.
Here is the error message :
DataSource.Error: ADO.NET: A problem occurred while processing your Python script.
Here are the technical details: Process must exit before requested information can be determined.
Details:
DataSourceKind=Python
DataSourcePath=Python
Message=A problem occurred while processing your Python script.
Here are the technical details: Process must exit before requested information can be determined.
ErrorCode=-2147467259
ExceptionType=Microsoft.PowerBI.Scripting.Python.Exceptions.PythonUnexpectedException
C:\Users\YouUSER\Anaconda3
C:\Users\YouUSER\Anaconda3\Library\mingw-w64\bin
C:\Users\YouUSER\Anaconda3\Scripts
C:\Users\YouUSER\Anaconda3\Library\bin
HI @Anonymous,
How your script coding? General get data with some processing steps or nested multiple get data and processing steps? Can you please share some sample formulas to test?
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
@Anonymous I still getting the issue .. I tried configuring again.
Here are details :
Script I am runningin powerBI, it is working fine in VS code editor :
Hi @Anonymous ,
From looking at the error you are geeting, it looks like, there is some issue with the Python script that you have written.
Can you check it or may be share it here?
If this helps and resolves the issue, appreciate a Kudos and mark it as a Solution! 🙂
Thanks,
Pragati
Thank you for quick response.
I am just following the power BI article and testing basic python script. I tested the script on my IDE and it is working fine but when I try to run via power BI, it is throwing error.
I took the python script from this link https://docs.microsoft.com/en-us/power-bi/desktop-python-scripts
import pandas as pd
data = [['Alex',10],['Bob',12],['Clarke',13]]
df = pd.DataFrame(data,columns=['Name','Age'],dtype=float)
print (df)
HI @Anonymous ,
Just wanted to check what version of Python are you using? Did you directly install a Python version to your machine or through Anaconda?
Thanks,
Pragati
HI @Anonymous ,
I tired to replicate the same at my end and it works perfectly fine. See below:
I did the following:
If this helps and resolves the issue, appreciate a Kudos and mark it as a Solution! 🙂
Thanks,
Pragati
@Pragati11 That is strange, it is not working on my machine.
I have below python script configuraiton on Power BI. Python installed in c drive Python folder, it is correct configuration ? or it required different configuraiton ?
Hi @Anonymous ,
Whatever is the path for Python on your machine, the same should be in Power BI. That's what I have at my end.
If your python path is "C:/Python" then in POwer BI under File --> Option & Settings --> Options --> Python Scripting same "C:/Python" path should be there.
If it still doesn't work, try from scratch again in Power BI.
Also, is there any other Python folder under this path "C:/Python" like "C:/Python/Python36". If yes then your correct path should be "C:/Python/Python36"
If this helps and resolves the issue, appreciate a Kudos and mark it as a Solution! 🙂
Thanks,
Pragati
Well, typical troubleshooting is:
User | Count |
---|---|
59 | |
59 | |
56 | |
38 | |
29 |
User | Count |
---|---|
78 | |
62 | |
45 | |
40 | |
39 |