This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi All,
I need to add a slicer to a python visual (Box Plot). I am not able to add it directly from Power Bi. I believe there is some limitation in adding it. Can someone share python code or suggest any other way to add the same.
Regards,
Prikesh Joshi
Solved! Go to Solution.
Hi @Anonymous
Python visuals are rendered as a static image and don't support interactivity:
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.
If you wish to slice or filter other visuals, this requires specific APIs only supported with visuals developed using the TypeScript SDK.
Regards,
Daniel
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Hi @Anonymous
Python visuals are rendered as a static image and don't support interactivity:
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.
If you wish to slice or filter other visuals, this requires specific APIs only supported with visuals developed using the TypeScript SDK.
Regards,
Daniel
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.