Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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!
Solved! Go to Solution.
@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.
Proud to be a PBI 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.
Proud to be a PBI Community Champion