Reputation: 4006
I'm working on a Power BI dashboard with lots of pie charts. The pie charts all show independent data and I have zero need for any interactivity between the charts. Every time I make an edit on the page ALL of the pie charts seem to refresh (the spinner shows over each pie chart).
How do I get the visualizations and data to refresh only on request?
--- EDIT -------------------------------------
It looks like about half of the time (3 seconds out of about 7) is spent rendering a couple of pie charts that have a large number of wedges (~100).
Upvotes: 0
Views: 766
Reputation: 3741
Go to view - sync slicer -> here you can change the interaction between visualizations.
EDITED:
The second Thing to check. Select one of your charts go to Format -> Edit interactions then select "None" on each ( circle symbol)
Upvotes: 1