Forum Discussion
Anonymous
7 years agoNot applicable
Error when connecting python to PBI
Hi, Despite the fact that I do have Python installed when I'm trying to connect it to PBI I get an error message: Unable to connect:
Details: "ADO.NET: Python script error.
Traceback (most ...
- Anonymous7 years ago
As I found out yestreday the issue was due to Power Bi not supporting Python 3.7. i had to created new env for py36 and it worked form there!
Thank you
pkoetzing
6 years agoAdvocate III
With the November 2019 release of PBIDesktop I see no issues running Python 3.7 from the Anaconda stack. All that is needed is to start PBIDesktop from within an activated conda environment and have the Python home directory configured in the Python scripting options.
From the Anaconda Prompt run:
(base) C:> "Program Files\Microsoft Power BI Desktop\bin\PBIDesktop.exe"
Anonymous
6 years agoNot applicable