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 , 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?
danextian
1 year agoSuper User
Your measure is probably returning zero. Can you try if([measure]<>0, [measure]) as the custom label.