Forum Discussion
markmess77
6 years agoResolver I
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...
- 6 years agoYou 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.
AllisonKennedy
6 years agoCommunity Champion
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.