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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
schedio
New Member

Data Refresh Fails

I am using PowerBI pro subscription. Our report takes data from 5 different tables/views from Azure SQL DB. When i refresh these table oen by one, the data gets refreshed without any problem. but auto refresh schedule fails as POWER makes request (I assume) to all these tables/views simultaneously and it give error request time out (PowerBi and data source both on Azure cloud).

 

When i check my consumption of SQL server it shows peaking when Power Bi schedule requests the data.

 

I there any way  

a)  To schedule these tables separately or make PowerBI request refresh one by one ?

 

b) Is there any way to append the increamental data to PowerBI database (I have PowerBI Pro) 

4 REPLIES 4
Greg_Deckler
Community Champion
Community Champion

Incremental refresh is only available in Power BI Premium. 

 

What happens if you scale up your Azure SQL DB?

 

https://stackoverflow.com/questions/26782235/autoscaling-azure-sql-database

 



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Datarefresh takes 15 min and If I increase DTU in my cost will double. (Thats the way current Azure DTU pricing model is) . I am not aware if I can programatically increase DTU in azure for 20 min and bring it back

 

Problem also can be solved if there are ways to  refresh for each table in sequence or if i can set separate refresh schedule time 

I will check yout suggestion to check on using REST API Operations for Azure SQL Databases with Azure standrd S3/S4/S5

 

Thanks

Anonymous
Not applicable

Have you tried increases the Timeout duration on your queries?

 

As an example, here is some code when i run a stored procedure:

 

= Sql.Database("MyDataBase.database.windows.net", "SQL-DW-PROD", [Query="Exec [TheDatabase].[sp_TheQuery]", CommandTimeout=#duration(0, 1, 30, 0)])

In this example i've made the timeout a 90 minute window.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors