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.
see below, in the table its filtering out and in the visual its highligting but turning the values to zero
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
Your measure is probably returning zero. Can you try if([measure]<>0, [measure]) as the custom label.
- 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.