Forum Discussion
Is there anyway we can package a python visual and import it into a power bi project ?
We can create rvisual or rhtml visual using 'powerbi-visuals-tools' npm package, once the packaging is completed we can import this package as visualization using 'Import File' option in visualization pane. Is it possible to create a python visual package and import it as file in visualization pane ?
Anonymous , You can use python visual but you have to do it using python visual which power bi provide
refer my video if needed
How to create python visual: https://youtu.be/rX3-G8u5fwc
2 Replies
- amitchandak
Super User
Anonymous , You can use python visual but you have to do it using python visual which power bi provide
refer my video if needed
How to create python visual: https://youtu.be/rX3-G8u5fwc
- AnonymousNot applicable
Hi Anonymous,
Do you mean the custom package that you manually designed? If that is the case, it may not support to use on the power bi service side. You can check the below document to know more about these:
Learn which Python packages are supported - Power BI | Microsoft Docs
Regards,
Xiaoxin Sheng