Forum Discussion
Anonymous
7 years agoNot applicable
Use Plotly with Python Script in Power BI
Hello, I'm a deep python user so would like to use it in Power BI. I have tried matplotlib and seaborn library - there are no error to use them as long as I put "plt.show()" in the scripts. Howev...
- 7 years ago
Hi Anonymous ,
I'm afraid that Plotly is not supported in Power BI currenly.
Based on the blog, only the following Python packages (non-Intel MKL) are currently supported for use in your Power BI reports.
- matplotlib
- numpy
- pandas
- scikit-learn
- scipy
- seaborn
- statsmodels
In addition, you could refer to this similar thread which should make sense.
Best Regards,
Cherry
_robind
3 years agoNew Member
Hi v-piga-msft, although not ideal, a static plotly image would be ok for now, but this requires fig.write_image('test.png') which requires kaleido. What are the chances of having kaleido added to the list of approved libraries, so that users can at least view advanced plotly graphs that are not available in matplotlib or seaborn, like their go sankey plot...?