Forum Discussion
Will Power Bi / Query support multithreading in the future?
As captioned, buying a new PC, wonder if I need a higher core count CPU for future updates. Many Thanks
Power BI already uses multiple cores. If you want to splurge, get more memory.
- Anonymous5 years ago
HI nascaline,
As lbendlin said, current power bi already enabled multiple threads feature. (e.g. parallel loading)
You can direct use these features if your device existed enough resources. For performance reasons, I'd like to suggest you use the 64-bit version instead 32-bit version. (notice: 32-bit version has 4G limit on memory resource usage)
BTW, you can also take a look at the following blog about tips and tricks to improve power bi performance:
Optimization guide for Power BI - Power BI | Microsoft Docs
Regards,
Xiaoxin Sheng
10 Replies
- lbendlinSuper User
Power BI already uses multiple cores. If you want to splurge, get more memory.
- AnonymousNot applicable
HI nascaline,
As lbendlin said, current power bi already enabled multiple threads feature. (e.g. parallel loading)
You can direct use these features if your device existed enough resources. For performance reasons, I'd like to suggest you use the 64-bit version instead 32-bit version. (notice: 32-bit version has 4G limit on memory resource usage)
BTW, you can also take a look at the following blog about tips and tricks to improve power bi performance:
Optimization guide for Power BI - Power BI | Microsoft Docs
Regards,
Xiaoxin Sheng
- PathoRegular Visitor
How exactly are the processes distributed to the threads?
Is it that rendering is executed on one thread and e.g. queries on a separate thread?
That is my assumption. I have a huge report and when I change the page there after longer modeling I actually see only load on one core.
So if queries make up 90% of the performance usage and e.g. rendering only 10% you don't notice much of the multithreading.
I have an i5 11600 and 64GB RAM.
It doesn't run that well, especially after prolonged use it feels like an engine limitation.- lbendlinSuper User
You seem to be talking about the rendering of visuals. That's a different topic. Familarize yourself with the Performance Analyzer and with DAX Studio.
- PathoRegular Visitor
No, sorry if I have been unclear.
The rendering as well as the query processes should only be an example.I was just trying to give an example.
Power BI will consist of several program modules / processes. (I guess)
Because I see most of the loads only on one core, my assumption was that some processes need much more resources.
As an example process A needs much more resources and uses its thread to the maximum.
Process B on the other hand also has its own thread but does not use it as much and processes its computational tasks much faster.
Now my question was -> Is there e.g. a rendering process, a query process etc...?
So somehow it must be so, otherwise I would not see only load on one core/thread
This is now very theoretical and I also do not understand so much of multithreading.
My problem is that process A should actually be split on multiple threads.I get over 400 pages in my report, even if I stop all visualizations/updates I have very long load times when building the report.
But I only see load on one thread.Are there limits to how big PBi reports can be?
Currently it looks like my performance does not benefit from more cores but only single core performance.
PS: In Power BI service viewing works without problems. Actually, I thought that my DAX is quite okay -> If I stop all visuals... should that then still be relevant?
thank you for trying to help me