Hello everyone, I am Salil. Thanks to all of you for providing a huge inspiration everyday.
Here is what I am trying to solve.
When any choices from Slicer are selected it “Filters” out Markers and Legends in Scatter Chart. I am trying to “Highlight” selected Markers and Legends, the non-selected “Markers and Legends” should become faint or gray.
Please take a look at the following video, which I think should help you solve this one.
If I understand the requirement correctly, you should be able to dynamically set the scatterplot point color using conditional formatting based on whether an ISFILTERED() condition on the relevant field
it is true or false.