Forum Discussion
JohnTheDoe
8 years agoFrequent Visitor
ISelectionManager.clear() clears the selection from another visual
I'm currently testing two custom visuals in development, and apparently when I call the clear() function of powerbi's SelectionManager from visual #1, the selectedIds from visual #2 also get cleared....
- 8 years ago
This is expected behavior because clearSelection always removes selection from all of visuals.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
v-viig
8 years agoCommunity Champion
This is expected behavior because clearSelection always removes selection from all of visuals.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals