The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I'm developing a dashboard on the desktop and one of the graphs on the page refreshes and recalculates whenever I make a change to my measures. For example I create a new measure that has nothing to do with the measures shown on this graph, but it still recalculates and slows down my process.
Is this a bug?
Here's the measure used on this graph, in case it's relevant:
Solved! Go to Solution.
Hi @Anonymous
It should not a bug but a feature of Power BI. Although the calculation result will not be saved in the model, Measures will be saved in the model. When you create a Measure or make some changes to the Measure, the information or calculation logic of the Measure in the model will change. In the Desktop, the visuals on the pages will be refreshed once the model changes. You can simplify your calculations to the Measures or Calculated columns to speed up the refresh process.
Best Regards
Caiyun Zheng
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
It should not a bug but a feature of Power BI. Although the calculation result will not be saved in the model, Measures will be saved in the model. When you create a Measure or make some changes to the Measure, the information or calculation logic of the Measure in the model will change. In the Desktop, the visuals on the pages will be refreshed once the model changes. You can simplify your calculations to the Measures or Calculated columns to speed up the refresh process.
Best Regards
Caiyun Zheng
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Well, you've got 2 alternatives to check:
1. It may be that the measure you're changing/creating, indeed, does not have anything to do with the data/tables/measures that affect your graphs. If the recalc still happens, then it happens out of necessity and it's a feature, not a bug 😂. With Microsoft you never know...
2. It may be that the measure does affect something that in turn affects your graph. Hence the recalc. You might not even be aware of what it is.
The best thing to check what's going on is to create a very simple model (but with a lot of data in the fact table, so that the measure you use for the graph takes a while to calculate the values) where you know exactly what happens and then create a graph and then create a new measure and see if any recalc still happens. This is what I would do.