Forum Discussion

mumair's avatar
mumair
Helper I
9 years ago
Solved

Slicer by Columns

Let's say that I make a metric that sums up the values in columns A, B, C, D, and E. Is is possible to make a slicer that has A, B, C, D, and E as the choice, and when I unselect them, I only see the...
  • v-caliao-msft's avatar
    9 years ago

    mumair,

     

    Currently, there is no such a functionally to achieve your requirement, slicer cannot based on columns name. To work around this issue, you can Unpivot your table. Please refer to the steps below.

    1. Sample data.
    2. Unpivot table(select Column A, B, C, D and E>Unpivot Columns)
    3. Result

    Now you can filter your data in slicer by attribute column.

     

    Regards,

    Charlie Liao