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
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
Hi Xiaoxin Sheng / Anonymous,
Thanks for your explanation, now i understood...