Forum Discussion

gkc9's avatar
gkc9
Frequent Visitor
4 months ago
Solved

Power BI Report Server Scheduled Refresh Bottleneck Problem

We are experiencing a performance bottleneck in our Power BI Report Server environment. (january 2026 version) We have around 1000 reports, each with multiple scheduled refreshes(total count app.103...
  • v-priyankata's avatar
    v-priyankata
    4 months ago

    Hi gkc9 

    Thank you for reaching out to the Microsoft Fabric Forum Community.

     

    The 100% CPU from msmdsrv.exe is happening because too many refreshes are running at the same time, and each one uses multiple CPU threads. This overloads the system, so even with good hardware, the portal hangs.

    In Power BI Report Server, there’s no strong built-in control, so you need to limit how much runs in parallel. You can tune settings like CoordinatorExecutionMode (around 6–10) and MaxThreads (around 16–24) to reduce parallelism. Also, use MaxQueueThreads (8–12) to limit how many refreshes start together.

    Maybe, the issue is too much parallel work not weak hardware. try Reduce concurrent refreshes and spread them out to stabilize the system.

     

    If there are any deviations from your expectation please let us know we are happy to address.

    Thanks.