This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello,
I have a question about the performance of power bi.
I have data that I load into power bi (no direct query).
My data sets have around 160,000 rows. The calculation of the moving average takes about 20 minutes. In the task manager I see that the calculations are performed in MS SQL server analysis services.
My question: Where are the calculations carried out? In Desktop BI local or in MS SQL server analysis services (remote)?
How can I get power bi to perform the calculations locally?
Friedbert
Solved! Go to Solution.
Hi @Anonymous ,
Power BI's DAX engine uses SSAS under the hood to perform all of the in-memory calculations. If you have fairly complex measurements (especially making use of dynamic date comparisons), you'll see significant CPU/RAM usage.
I would suggest you improve your calculations, go through this article and try to optimize reports then test again: Optimization guide for Power BI - Power BI | Microsoft Docs
And there is a blog to analyze the report performance in DAX Studio you can reference.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Power BI's DAX engine uses SSAS under the hood to perform all of the in-memory calculations. If you have fairly complex measurements (especially making use of dynamic date comparisons), you'll see significant CPU/RAM usage.
I would suggest you improve your calculations, go through this article and try to optimize reports then test again: Optimization guide for Power BI - Power BI | Microsoft Docs
And there is a blog to analyze the report performance in DAX Studio you can reference.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
It will be happening on your local PC which is what you can see in task manager.
IF something is taking that long I would suggest making sure you model your data so that it is in a star schema so that the query can perform well and fast.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 13 | |
| 11 | |
| 8 | |
| 8 | |
| 8 |
| User | Count |
|---|---|
| 37 | |
| 27 | |
| 26 | |
| 23 | |
| 22 |