szymon_dybczak
Esteemed Contributor III

Hi @chandataeng ,

The current Power BI task that is available in databricks workflow will wait for refresh process to return correct status (whether it succeeded or failed).

But you can start refresh process by using asynchronous REST API call. The refresh process will start and your cluster can be terminated after that. I'm using this approach in one of the client I worked with.

Enhanced refresh with the Power BI REST API - Power BI | Microsoft Learn

View solution in original post