Forum Discussion

FrancescoSCP's avatar
FrancescoSCP
Helper IV
3 years ago
Solved

Refresh Power BI Dataset in SQL Server after ETL

Hi all,

 

we have deployed an App in Power BI and we need now to refresh the Power BI Dataset after the ETL process which runs every 3 hours.

The goal is to schedule another step on the SQL Agent Job (or within the ETL process) that refresh the dataset.

How can i do this?

 

Regards,

Francesco

  • Hi , FrancescoSCP 

    Based on your requirement description and explanations, If you want to schedule a Power BI dataset refresh after the ETL process in the SQL agent jobs, I think the only possibility for us is to meet the pre-requirement of XMLA connectivity for the Power BI datasets to external tools and using the XMLA endpoint to the Power BI datasets to SSMS tool and try the XMLA refresh first, then you can further explore if there's a chance to put this "Process data" for your Power BI datasets operations into your SQL agent to make your goal achieved:

    Please also kindly refer to this official documentation and this video for the detailed steps introduction:

    Dataset connectivity and management with the XMLA endpoint in Power BI - Power BI | Microsoft Learn

    Refreshing a Single Table in a Power BI Dataset via XMLA Endpoint - YouTube

     

    Thank you for your time and sharing, and thank you for your support and understanding of PowerBI! 

     

    Best Regards,

    Aniya Zhang

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

2 Replies

  • Hi , FrancescoSCP 

    Based on your requirement description and explanations, If you want to schedule a Power BI dataset refresh after the ETL process in the SQL agent jobs, I think the only possibility for us is to meet the pre-requirement of XMLA connectivity for the Power BI datasets to external tools and using the XMLA endpoint to the Power BI datasets to SSMS tool and try the XMLA refresh first, then you can further explore if there's a chance to put this "Process data" for your Power BI datasets operations into your SQL agent to make your goal achieved:

    Please also kindly refer to this official documentation and this video for the detailed steps introduction:

    Dataset connectivity and management with the XMLA endpoint in Power BI - Power BI | Microsoft Learn

    Refreshing a Single Table in a Power BI Dataset via XMLA Endpoint - YouTube

     

    Thank you for your time and sharing, and thank you for your support and understanding of PowerBI! 

     

    Best Regards,

    Aniya Zhang

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

  • This require Premium capacity, are there any workarounds?

     

    Regards,

    Francesco