Forum Discussion

markmess77's avatar
markmess77
Resolver I
6 years ago
Solved

Conditional formatting on scatter plot title

I'm trying to change the title of my scatter plot based on the point selected. I approached this with the SELECTEDVALUE function, but it always returns the alternate result. I used a slicer to test m...
  • AllisonKennedy's avatar
    6 years ago
    You could turn off the title and put a card visual or text box above the scatter chart instead as the title. Basically, when you highlight one point in the scatter chart, that chart itself is not filtered, so selectedvalue will always show alternate result within that chart, but works fine if you put that measure in another visual.