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.
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.
vjnvinod
Impactful Individual
1 year agodanextian , okie may be thats how it works, so how do i avoid showing them as zero
possible to show them as blank ? do i have to write some measure?
- danextian1 year ago
Super User
Your measure is probably returning zero. Can you try if([measure]<>0, [measure]) as the custom label.