Forum Discussion
Anonymous
9 years agoNot applicable
Visual Interactions in my Custom Visual
Hi All,
If I click on any element of vcustom visual all other visual are highlighting havong same selectionId but it is not happening the other way, When I click on any other visual eement my visual is updating but not highlighting that same selectionId element. any idea or good example arond this?
Thanks
1 Reply
- v-viigCommunity Champion
Hello Anonymous,
Thanks for your feedback.
You should follow these steps to implement the highlighting:
- Include the supportsHighlight property to the capabilities.json
- Parse the highlights property of data-view to apply an external selection to your custom visual (you might use powerbi-visuals-utils-interactivityutils instead)
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals