Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Add slicer to Python Visual (Box Plot)

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 

1 ACCEPTED SOLUTION
dm-p
Super User
Super User

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





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




View solution in original post

1 REPLY 1
dm-p
Super User
Super User

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





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




Helpful resources

Announcements
Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.