Forum Discussion

shivprasads's avatar
shivprasads
Frequent Visitor
5 years ago
Solved

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 pl...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi shivprasads,

    Current custom visual seems not contains functions to direct loading/extracting data from other visuals. The interactions of visuals are based on the underline table fields and row contents that visual used instead of direct send/receive data between visuals.

    How visuals cross-filter each other in a Power BI report 

    For your scenario, I think you can try to use update event and invoke the local storage API to saving data, then you can write coding in second visual events to loading data from the storage data.

    Local Storage API 

    Render events in Power BI visuals 

    Regards,

    Xiaoxin Sheng