Forum Discussion
vjnvinod
Impactful Individual
1 year agoCrossh 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
Impactful Individual
1 year agodanextian issue here is all other non selected categories "Data label" is 0, i want to still show the datalabel when its Cross highligting
danextian
Super User
1 year agoAs 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 ago
Super User
Your measure is probably returning zero. Can you try if([measure]<>0, [measure]) as the custom label.