Forum Discussion
vjnvinod
1 year agoImpactful Individual
Crossh highliting issue
hi, when i select my slicer i want to cross highlight, but its currently filtering out my visual see below. if i do the edit interaction it will show everything but not highligting what i have se...
- 1 year ago
Your measure is probably returning zero. Can you try if([measure]<>0, [measure]) as the custom label.
vjnvinod
1 year agoImpactful Individual
danextian issue here is all other non selected categories "Data label" is 0, i want to still show the datalabel when its Cross highligting
danextian
1 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.
- danextian1 year agoSuper User
Your measure is probably returning zero. Can you try if([measure]<>0, [measure]) as the custom label.