Forum Discussion
Anonymous
5 years agoNot applicable
Dynamic Python Visual
Hi, If This Possible to make Dynamic Python Visual? I mean python visual that I can slice with slicers on my Power BI page like any other visual? (l.e. dynamic, not static)
- 5 years ago
Anonymous , refer if this old solution can help
https://community.powerbi.com/t5/Desktop/Slicers-as-input-for-Python-script/td-p/1028119
Anonymous
5 years agoNot applicable
Hi Anonymous
- Python visuals are refreshed upon data updates, filtering, and highlighting. However, the image itself isn't interactive and can't be the source of cross-filtering.
- Python visuals respond to highlighting other visuals, but you can't click on elements in the Python visual to cross filter other elements.
I think you can filter your python visual by slicer.
You may refer to this blog: Filter with slicer the data for a Python HeatMap Script Visual in power BI using Python
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.