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 am trying to create a Pie chart that changes when a value in a slicer chart is selected.
So far.....
If no Customer is selected, the pie chart shows the top 10 Customers based on spend. Another Pie chart shows the Top 10 Part Numbers overall (not specific to any Customer).
Goal.....
If a specific Customer is selected, I would like the pie chart to change to show the 'Top 10 Parts' for that customer based on spend.
****If this cannot be done easily with the desktop tools but is possible either with DAX code or a customer visual, please let me know and I will move this to the Developer Help Forum.*****
Solved! Go to Solution.
@kkmarlin , if you want to change the axis or legend, you need bookmarks. so based on if no customer is selected is really difficult as you want product as legend in place of customer
Axis Slicer
Three approch from Guyinacube https://www.youtube.com/watch?v=dYmzb5UMkXw
Dynamically change chart axis in Power BI
bookmark -https://blog.crossjoin.co.uk/2018/04/20/dynamically-changing-a-chart-axis-in-power-bi-using-bookmarks-and-buttons/
You can button select customer, that can help in implementing bookmarks
@kkmarlin , if you want to change the axis or legend, you need bookmarks. so based on if no customer is selected is really difficult as you want product as legend in place of customer
Axis Slicer
Three approch from Guyinacube https://www.youtube.com/watch?v=dYmzb5UMkXw
Dynamically change chart axis in Power BI
bookmark -https://blog.crossjoin.co.uk/2018/04/20/dynamically-changing-a-chart-axis-in-power-bi-using-bookmarks-and-buttons/
You can button select customer, that can help in implementing bookmarks