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.
ahmedoye
1 year agoResponsive Resident
Slicers are designed to filter by default and can't filter. The other option you have to use that is close to your type of slicer is Tree Map. With some careful formatting you can have something close.
- Put the data category in Category field
- Add the category again to Values and set the summary it to DISTINCTCOUNT
- Change the Edit Interactions to Highlight
- Format the Treemap to look as close as possible to what you can use.
If you believe this is useful and can solve the challenge for you, kindly mark this as solution so any other persons with similar issues can find it useful.