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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
PBILover
Helper V
Helper V

Incremental data refresh for large dataset

Hi ,

trying to implement a incremental dataset refresh on the large dataset  (around 1 million row) on a premium workspace ,but at the first time that it is initial load (loading historical data) getting a timeout error.

Is there any way to handle this situation?

 

Thanks

 

 

7 REPLIES 7
lbendlin
Super User
Super User

1 million rows is not a large dataset. How many columns? What's the data source?

thanks for your reply.

Its almost 69 columns in  which some are custom columns.

I tried to load only half million rows but still it is giving timeout error.

 

 it gives Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.

 

 

 

that is usually a transient condition (meaning you may get different results when you try again). what's the data source?

the data source is a transactional data for communications and source is from cosmos .

did i answer your question correctly? or do u need more info on what's the data source?

I don't think the Cosmos driver is exposing the QueryTimeout settings. Try pulling in a narrower dataset (fewer columns) .

ok, I am trying to do that now.

But this dataset was working fine in a production environ,ent before and suddeny satrted giving diff kinds of error.

 

Is there any other way  how to divide large dataset into a smaller one and combine the data of all in one for the reporting purpose?

 

In general you want to decide where on the Normalization-Denormalization scale you want to place your data model.  Normalization results in smaller size but increased complexity, Denormalization results in less complexity but can also lead to very wide tables like yours.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors