Forum Discussion
Sax
3 years agoHelper I
Measure behaving differently depending on visual
Hi community, I'm doing some testing on a simple model: 1 fact table (Sales) connected to a dimension table (Products) and a calendar I have 2 visuals: 1 card and 1 column chart 2 filters...
johnt75
3 years agoSuper User
In the card the value from the treemap is being as a filter, so SELECTEDVALUE will return a single value. Because the column chart is not being filtered then SELECTEDVALUE will return blank, as multiple values are visible, so your measure will return the value for all products.
Sax
3 years agoHelper I
Thanks...what you just said is still sinking in due to my limited knowledge of functions.
I guess another more creative way is to deselect the column chart's title and overlay the card's title instead...