Forum Discussion

powerbiexpert22's avatar
powerbiexpert22
Impactful Individual
1 year ago
Solved

stop running query

is it possible to stop running query by user in power bi? 
  • Ritaf1983's avatar
    1 year ago

    Hi powerbiexpert22 

    It is not possible to stop a running query in Power BI from the user's side.
    Once a query is triggered – whether by changing a filter, opening a page, or any other action – it is sent to the engine for execution and cannot be canceled midway.
    Power BI does not offer a "Stop" button for queries like you would find in development tools such as SSMS (SQL Server Management Studio).

    The only options available for the user are:

    • If using Power BI Desktop – close the file or the application.

    • If using Power BI Service – refresh the browser tab or close it.

    It’s important to understand that these actions do not actually stop the query running on the server; they only disconnect the session from the user's side.

    If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly