Forum Discussion
Why there is a delay in Query Begin on Power BI ?
Hi Anonymous ,
In my environment, it is different from yours:
In my option, it is also related to number of CPU cores.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
- Anonymous5 years agoNot applicable
v-deddai1-msft That's may be because your visuals might be simple ones (meaning DAX might be completing quickly within few seconds or milliseconds). also don't run the report on PowerBI Desktop because it runs all the queries in parallel and we are seeing this issue on PowerBI Service. Therefore please run the report on PowerBI Service or Reporting Server only.
To replicate my scenario, you can intensionally put 8-10 visuals and each of these visual's DAX should take atleast 5 or 10 seconds duration. that's when you would see that it is starting only 4 queries in parallel and maintaining that concurrency also you might get to see some delay in query starting as reported by me. Please keep me posted 🙂