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.
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?
danextian issue here is all other non selected categories "Data label" is 0, i want to still show the datalabel when its Cross highligting
- 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.