Forum Discussion
mumair
9 years agoHelper I
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...
- 9 years ago
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.
- Sample data.
- Unpivot table(select Column A, B, C, D and E>Unpivot Columns)
- Result
Now you can filter your data in slicer by attribute column.
Regards,
Charlie Liao
- Sample data.
v-caliao-msft
9 years agoMicrosoft Employee
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.
- Sample data.
- Unpivot table(select Column A, B, C, D and E>Unpivot Columns)
- Result
Now you can filter your data in slicer by attribute column.
Regards,
Charlie Liao