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.
CahabaData
9 years agoMemorable Member
The wording of your post is not clear at the moment.
The sum of a column is 1 value; and so you have 5 values (for 5 columns).
Are you trying to manipulate the math of the overall total (sum) of those 5 values by selecting which of the 5 get summed together into an overall total - or - are you attempting to control the visibility of the entire column in a visual by selecting the column's total?