Forum Discussion
Cross-Highlighting Scatterplots
Hi everyone! I'm trying to figure out how to implement cross-highlighting for scatterplots in Power BI. I have 4 scatterplots on a page, and I when I click on a point, I want the point to be highlighted in all other visuals, keeping the other points in the background. I've tried to follow Highlighting Scatter Charts in Power BI using DAX – Some Random Thoughts (sqljason.com), but I want to keep my legend for showing which points belong to which company. Ideally the cross-highlighting would just change the opacity. Would greatly appreciate any help, ideas or suggestions.
- Anonymous4 years ago
Hi Anonymous
Maybe you can use Tooltips to display the companies of the points .
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-tooltips
Best Regards
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- AnonymousNot applicable
Hi Anonymous
Maybe you can use Tooltips to display the companies of the points .
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-tooltips
Best Regards
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- AnonymousNot applicable
This is not a solution for this use-case. The user is looking for behavior equivalent to cross-highlighting between scatterplot charts. Adding cross-highlighting as an option to the scatterplot visual would be very helpful.