Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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)
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |