Forum Discussion

pxg08680's avatar
pxg08680
Resolver III
8 years ago
Solved

Slicer Selections

Hello Everyone,     Not sure about this, Is it possible to apply visual level filter to a slicer visual...?  For example my sclier has month column and I would like to have only few months like Jan...
  • parry2k's avatar
    parry2k
    8 years ago

    pxg08680 I think you have two options here:

     

    Option 1 ->  Create two new calculated table and use slicer from there.

    Option 2 -> Add two new calculated field in your table like below but this will give one blank row for each slicer

     

     

    Slicer 1 = if(Table1[Range]="3M AVG", Table1[Range], "")

    Slicer 2 = if(Table1[Range]<>"3M AVG", Table1[Range], "")