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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I need to create a slicer that lets me choose to switch between three fields, Group 1, Group 2, and Group 3.
These Groups contain multiple locations under them. I am not looking to filter by their actual location detail, just "Group 1", "Group 2", or "Group 3". Essentially the way I would do it with three buttons but I want it to be a slicer.
Heirarchy slicer does not achieve what I am looking to do.
Solved! Go to Solution.
A field parameter would allow you to create a slicer with the three Group fields, and dynamically choose the field to display in the visual.
https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-field-parameters
Proud to be a Super User!
A field parameter would allow you to create a slicer with the three Group fields, and dynamically choose the field to display in the visual.
https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-field-parameters
Proud to be a Super User!
That's what I needed - thank you!