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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
tcloran
Frequent Visitor

Update backfill in chunks for incremental refresh

I'm using a large table as a dataset in Power BI. I applied an incremental refresh to this dataset, but after publishing with the initial scope defined by the RangeStart and RangeEnd, it requires a one-time back fill of archived data. I am running into connection and timeout issues with this back fill. Is there a way to run this back fill in smaller chunks? 

1 ACCEPTED SOLUTION

Use CSV or Parquet files as fake partitions and then append them in Power Query.   Yes, you will reload all the data each time but both CSV and Parquet are ingesting very fast.

View solution in original post

5 REPLIES 5
lbendlin
Super User
Super User

Use the XMLA endpoint with tools like SSMS and then refresh individual partitions selectively.

 

Advanced incremental refresh and real-time data with the XMLA endpoint in Power BI - Power BI | Micr...

This is a premium per user workspace but we do not have premium capacity. From what I've read, XMLA requires premium capacity, is this true? If so, is there a way to partition the data load outside of premium capacity?

Use CSV or Parquet files as fake partitions and then append them in Power Query.   Yes, you will reload all the data each time but both CSV and Parquet are ingesting very fast.

Sorry if this is a novice question but how would I create separate csv files out of a sql table/view? This needs to be an automated, scheduled refresh. 

There is another option - using bootstrapping to create empty partitions and then fill them individually via XMLA.

 

https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-xmla

Troubleshoot incremental refresh and real-time data - Power BI | Microsoft Learn

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

Feb2025 NL Carousel

Fabric Community Update - February 2025

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