Forum Discussion
kerch007
7 years agoFrequent Visitor
use Python scripts in app.powerbi.com
Hi. Please tell me Can i use python scripts in app.powerbi.com I make report on Desktop, which use python script in vusualisation. For implementation of this script i need import pillow module. I pu...
- 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.
kerch007
7 years agoFrequent Visitor
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.
Anonymous
6 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.