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