Forum Discussion
Crossh highliting issue
- 1 year ago
Your measure is probably returning zero. Can you try if([measure]<>0, [measure]) as the custom label.
there are values and bigger values in millions, but Treemap selection is making them 0, that is the problem statement
question is , why is it returning 0, when the values are big and in millions like in my previous screenshot
It is weird that treemap will make them zero. Try using a matrix or a table crossfilterd by a treemap to check if they return zero
- danextian1 year agoSuper User
Your measure is probably returning zero. Can you try if([measure]<>0, [measure]) as the custom label.
- danextian1 year agoSuper User
I'm confused. You've selected AADC and the column chart values match those that are in the table. And since this is supposed to be cross-highlighting all other non-selected categories will still be visible but not highlighted.. What values do you expect to see from them other than those what's shown in the table?
- danextian1 year agoSuper User
As shown in your screenshot is exactly what cross-highlighting does. Categories that are not selected or don't have a slice will show zero or blank.