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.
Anonymous
2 years agoNot applicable
I try make a heatmap with custom image too, i try
embedded image,
bring image from a local host,
bring image as url
and all this mathods dont have succesuly, i need to know, how i make my code run and work in powerbi service, in the desktop, the code run normally but when i post on online the code me return de follow error:
[S-b1dc6765-d235-48d1-b060-17dd23d183ec][S-b1dc6765-d235-48d1-b060-17dd23d183ec]ModuleNotFoundError: No module named 'PIL', the same error v-danhe-msft faced