Forum Discussion
Display state wise sales - exclude slicer selection
- Anonymous7 years ago
Hi venug20,
Normal slicer not support exclude filter affect, you need to do some custom steps with a measure as filter to achieve this effect.
Please take a look at attachment files if it works on your side.Regards,
Xiaoxin Sheng
venug20 Please remove "Market" field from the second visual, then the counts will match as expected.
Thanks Anonymous it is working fine...
Thanks PattemManohar. you suggestion is perfect...
Anonymous
Can you explain step by step, how it's working...
- Anonymous7 years agoNot applicable
Hi venug20,
Selector table is used to be the source of slicer, that you can use 'allselected' function to get selected items from slicer.
Selectedvalue function is used to get current row content, then you can compare selected items and current row content to return tag Y if current row are in selected items.
Drag this measure to visual level filter and keep 'N' tag records which means not include in selected items.
Notice: please not create relationship from selected table to original table, it will keep slicer operation only works on measure and not filter on original table.
Reference links:
Regards,
Xiaoxin Sheng
- venug207 years ago
Resolver I
Hi Xiaoxin Sheng / Anonymous,
Thanks for your explanation, now i understood...