Forum Discussion
publish to web does not currently support python visuals
Hi everyone -
I ran into this error earlier today trying to publsih a python visual to web. Does anyone know what's going on here? I saw this article in a recent release and thought this should have been taken care of by now? If not, is there a wordaround for this?
https://powerbi.microsoft.com/en-us/blog/python-visualizations-in-power-bi-service/
Thanks in advance for your help!
Hi jmarcrum ,
The articlce you have referred is related with publishing from power bi desktop to power bi service that support Python visuals intead of publishing to web from power bi service. Please refer the difference between them:
As your posted picture shows, the Python visual and the R script viusal are not supported in publishing to web currently. Perhaps you can submit the requirement to ideas to help us improve power bi and add your comments there to make this feature coming sooner: https://ideas.powerbi.com/forums/265200-power-bi-ideas
Best Regards,
Yingjie LiIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
9 Replies
- v-yingjlCommunity Support
Hi jmarcrum ,
The articlce you have referred is related with publishing from power bi desktop to power bi service that support Python visuals intead of publishing to web from power bi service. Please refer the difference between them:
As your posted picture shows, the Python visual and the R script viusal are not supported in publishing to web currently. Perhaps you can submit the requirement to ideas to help us improve power bi and add your comments there to make this feature coming sooner: https://ideas.powerbi.com/forums/265200-power-bi-ideas
Best Regards,
Yingjie LiIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
- Greg_DecklerCommunity Champion
Don't use Python visuals?
Why was it necessary to use a Python visual? Is there no other visual either default or in the App store that could be used?
- AnonymousNot applicableHi Greg, there isn’t a visual that will find the shortest path between two nodes in a network chart (to my knowledge). Python’s networkX library will do it. I posted about it in another post that Tom Marten and yourself commented on.
If you know of a visual in the App Store that will find the shortest path or a way for me to format my data source that will allow for that kind of visual, I would like to know what it is.
If I can provide you a csv dump that will show team 1 and team 2 and the shortest path (in an array), could you do it? If you don’t respond back to this I understand. Just wanted to answer your question fully.
Thank you!- Greg_DecklerCommunity Champion
Sure, I'll take a crack at it Anonymous . It sounds similar to a Transitive Closure issue. https://community.powerbi.com/t5/Quick-Measures-Gallery/Transitive-Closure/td-p/783828 I bet there is a way to do it.