Forum Discussion
data passing between 2 custom visuals on the same page
- Anonymous5 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.
Render events in Power BI visuals
Regards,
Xiaoxin Sheng
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.
Render events in Power BI visuals
Regards,
Xiaoxin Sheng