The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I want to create a interactive visuals in power bi through python script. Also i tried with using plotly package to make the visual interactive by adding scroll bars but it generating visual in the web browser instead of giving within the power bi. what are the possible solutions for this problem?
Solved! Go to Solution.
Hi @Manasa55 Pyhton scripts R scripts interactivity are limited in Power BI unfortunately they would not be interactive nad are static images you could try to embed the visual in html format then embed into PBI Service or you would have to use Power Apps for interactive python visuals i guess if it is possible you could try to replace it other custom visuals which may meet your requiremets Plolty.js or ZoomChart from Marktplace or App source
Hi @Manasa55 Pyhton scripts R scripts interactivity are limited in Power BI unfortunately they would not be interactive nad are static images you could try to embed the visual in html format then embed into PBI Service or you would have to use Power Apps for interactive python visuals i guess if it is possible you could try to replace it other custom visuals which may meet your requiremets Plolty.js or ZoomChart from Marktplace or App source
Python visuals are limited into power bi. If you want a custom visual with a scroll bar you can investigate Deneb, this uses Vega or Vega-lite, which are wrappers on d3.js