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.
Does anyone know of a way to use a slicer to select which variable is used as a legend.
For example, if I want to show population stats, split by age, region or sex at the moment I need 3 donut charts, one for each grouping variable. What I want to be able to do is just have one donut chart and then enable the user to select which of the three variables the data is grouped by.
@Anonymous,
See the article below. The concept is to create a disconnected table that contains the three groupings (age/region/sex), and create a SWITCH measure that chooses the appropriate measure to display based on the user's selection.
https://www.fourmoo.com/2017/11/21/power-bi-using-a-slicer-to-show-different-measures/
Proud to be a Super User!