Forum Discussion
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)
Anonymous , refer if this old solution can help
https://community.powerbi.com/t5/Desktop/Slicers-as-input-for-Python-script/td-p/1028119
3 Replies
- parry2kSuper User
@pmizsei check this limitation section for python visual. other visuals can filter python visuals but not vice versa.
Check my latest blog post Year-2020, Pandemic, Power BI and Beyond to get a summary of my favourite Power BI feature releases in 2020
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
- amitchandakSuper User
Anonymous , refer if this old solution can help
https://community.powerbi.com/t5/Desktop/Slicers-as-input-for-Python-script/td-p/1028119
- AnonymousNot 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.