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
The treemap isn't filtering the column chart, its cross highlighting it, which means that no filters are passed into your measure. I don't think that there is a way to detect whether or not cross highlighting is in effect.
You could use Edit Interactions to make the treemap filter the column chart instead of cross highlighting, that should work.
Sax
3 years agoHelper I
Hi, thanks. I know that filtering would work but it's something that I wanted to avoid.
But conceptually, I still don't understand, why is the treemap working for the card and not for column chart?
Thanks