Forum Discussion
Embed Python library into pbix file, possible?
I created a dahsboard with three Python based visuals in the Power BI desktop. Now the manager need to used it. Is there any way that I can embed the module(libraries) I used in the pbix file so that other users do not have to install the libraries again.
Thank
4 Replies
- amitchandakSuper User
As far as I understand pbix is for development and sharing need to be done using the app.
- AnonymousNot applicable
Hi zih ,
Have you already find the solution in the topic below?
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- zihRegular Visitor
There is a limitation of supported python libraries from Power BI. Sadly "networkx" is not one of them. I did my work with other libraries.
- WatskySolution Sage
zih The only supported libraries are:
- matplotlib
- numpy
- pandas
- scikit-learn
- scipy
- seaborn
- statsmodels
See: https://powerbi.microsoft.com/en-us/blog/python-visualizations-in-power-bi-service/