Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
powerbiexpert22
Impactful Individual
Impactful Individual

Refresh reports based on data loaded in table

Is it possible to refresh reports in power bi once data is loaded in table in database?

3 REPLIES 3
ibarrau
Super User
Super User

Hi. If you can know when the table is loading at the database, then sure. For example, when working with azure or fabric, you might load data to lakehouses or warehouses. Once that process finishes, you might want to refresh the power bi dataset. Data Factory is a tool that help you orchestrate the flow of data. Once it's moved it can call the Power Bi Rest API to refresh the dataset. The same would be there. If you can capture the moment when the table finishes loading at the database, you can request a refresh of a power bi dataset using the Rest API.

I hope that helps,


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

Happy to help!

LaDataWeb Blog

Hi @ibarrau ,

 

we have been using SQL Server on premises data warehouse , in this case how do we call rest api?

Well I'm not a SQL Server on premise expert but I have seen people creating triggers for operations like when rows are added to a table run something. I have also seen people using SQL to run an http request. Maybe you can configure a trigger that runs a request for refreshing the dataset. Another approach would be asking the trigger to run a local script for refreshing the dataset. You can build the script with many languages like powershell and run it from the sql server.

I hope that helps,

P/D if you are using integration services, there might be something to play with that too.


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

Happy to help!

LaDataWeb Blog

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.