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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors