Forum Discussion
data passing between 2 custom visuals on the same page
Hi All,
Need help with data passing between 2 custom visuals. I have 2 custom visual in a single page and i was to send some data to and fro between them on certain events.
Using plotly to plot the graph.
Basic idea is to set data in one visual and be able to read it from another one
Thanks in advance
3 Replies
- v-jingzhangCommunity Support
Hi shivprasads
Which custom visuals are you using? What kind of data and how much data do you want to pass between them? Or you are developing your own custom visuals?
- shivprasadsFrequent Visitor
v-jingzhang we have 2 custom visuals similar to line charts, the requirement is to get the visual zoomed if another one is zoomed into. so both the visuals are in sync.
- v-jingzhangCommunity Support
shivprasads Looks like it needs to modify the codes of the custom visuals, but I have little experience in this. You could also post a topic at Developer - Microsoft Power BI Community to seek for more ideas.