The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi All ,
Iam trying to use a python package adjustText available on official Pypi website (https://pypi.org/project/adjustText) in Power Bi Service , but iam facing an ImportError: (saying pacakge is not installed) , also i tried connecting my report to a personal gateway connection with my laptop having the package installed but still iam facing the same issue , Can't we use any Pypi python package in power bi service , please help !
Thanks .
Solved! Go to Solution.
Hi @Anonymous ,
I'm afriad the answer is yes.
As the document said, "Supported Python packages for the Power BI service are found in the following section, titled Supported Packages. If you would like to request support of an Python package not found in that list, please submit your request to Power BI Ideas."
Best Regards,
Jay
Hi @Anonymous ,
Check the documnet about the packages that are supported in the Power BI service.
The following table shows which packages are supported in the Power BI service.
Package | Version | Link |
---|---|---|
matplotlib | 3.2.1 | https://pypi.org/project/matplotlib |
numpy | 1.18.4 | https://pypi.org/project/numpy |
pandas | 1.0.1 | https://pypi.org/project/pandas |
scikit-learn | 0.23.0 | https://pypi.org/project/scikit-learn |
scipy | 1.4.1 | https://pypi.org/project/scipy |
seaborn | 0.10.1 | https://pypi.org/project/seaborn |
statsmodels | 0.11.1 | https://pypi.org/project/statsmodels |
xgboost | 1.1.0 | https://pypi.org/project/xgboost |
Best Regards,
Jay
Hi thanks for this , but had a doubt on same link i found some points .
so can't we use any of the package from pypi website , i not is there a way we can send a request to support additional packages in power bi service .
Hi @Anonymous ,
I'm afriad the answer is yes.
As the document said, "Supported Python packages for the Power BI service are found in the following section, titled Supported Packages. If you would like to request support of an Python package not found in that list, please submit your request to Power BI Ideas."
Best Regards,
Jay