Forum Discussion
use Python scripts in app.powerbi.com
- 7 years ago
In my script i use python 'pillow ' module, which does not support in Power BI. It need for read custom image for background in heat map. I rewrite my scrip in R but Visual publishing with R on the web is not supported.
Hi kerch007 ,
Could you please check if all of your data for your python visual is imported in your pbix? If your data was generated by python itself like random, it could not support in service.
Regards,
Daniel He
In my script i use python 'pillow ' module, which does not support in Power BI. It need for read custom image for background in heat map. I rewrite my scrip in R but Visual publishing with R on the web is not supported.
- Anonymous6 years agoNot applicable
Hi, I too am trying to use a background image for a heatmap but using mpimg.imread and imshow.
It works great in desktop, but I've not had any luck in the service.
Has anybody managed to do this successfully?
Thanks.