Forum Discussion
filtering fields to show
Hello,
I would like to have a slicer that gives me the possibility to select the fields to list from my table
e.g, I have a table with 3 columns I want have a slicer with the name of each column
do you have any ideas how can I do it please?
thanks in advance for your help!
Anonymous Please try the below steps:
Sample Data:
Unpivot : Unpivot the data in "Power Query Editor" then it will look like
Then use the Attribute field as slicer and then your Value will be in the visual. (But it will be efficient in displaying only one column as per selection) If you want multiple columns selection behaviour, then I suggest to create a bookmarks for each combination of selection.
1 Reply
- PattemManohar
Community Champion
Anonymous Please try the below steps:
Sample Data:
Unpivot : Unpivot the data in "Power Query Editor" then it will look like
Then use the Attribute field as slicer and then your Value will be in the visual. (But it will be efficient in displaying only one column as per selection) If you want multiple columns selection behaviour, then I suggest to create a bookmarks for each combination of selection.