Forum Discussion
Published report doesn't show Python based visuals due to lack of module
- 6 years ago
Hi. I'm sorry to tell you that there is a limitation on python libraries you can use for visualizations. This is the list of what you can use on power bi service:
- matplotlib
- numpy
- pandas
- scikit-learn
- scipy
- seaborn
- statsmodels
Hope you can solve it with those libraries.
Regards,
Hi. I'm sorry to tell you that there is a limitation on python libraries you can use for visualizations. This is the list of what you can use on power bi service:
- matplotlib
- numpy
- pandas
- scikit-learn
- scipy
- seaborn
- statsmodels
Hope you can solve it with those libraries.
Regards,
Thank you. I will try to do that with existing libraries.
By the way. Do you know if there is a way to embed Python libraries into pbix file in order to enable other user to open the file in other machines without installing the libraries.
- ibarrau6 years agoSuper User
No. For sure you won't be able to embed python. The user that opens the Power Bi Desktop must have python libraries on their computer. If you publish to service they will be able to check the report because service will handle pyhton (limited with those libraries).
Regards,