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
Anonymous
Not applicable

Data refresh is taking too long

Hi all,

 

The refreshing of my data is taking a lot a time. One of the cause is that I connect to a SQL server.
That table could have 600 000 rows let's say. But I copied/paste that query to do some other transformations to create new table.

Meaning that for each refresh it will load twice (or more depending on how many new tables I need that uses this data) 600 000 rows. Is there a way not to?

 

For example if I create an empty table and I append that new table to the one with 600 000 rows, will the data be loaded only once? (It does not feel like it).

 

Hope it makes sense.

 

Kr,

 

David

 

 

 

 

5 REPLIES 5
Anonymous
Not applicable

Hello,

 

Sorry for the late reply.

 

The best solution I would like to achieve is to implement incremental refresh.

But I am not able to make it work.

 

After a lot of research I don't know what I'm doing wrong.

Conditions for incremental refresh:

-Power BI premium

-Create datetime parameter Start/End

-Filter the date column with those parameters

-Make sure query can be folded

-Set up incremental refresh

-Publish

-Do first history data refresh

 

Is there anything I forgot?

In my case I don't think it is working because the first refresh takes +-10 and the second as well (and there is no new data).

I set up the history to 24months and the refresh in the last 1 days. The column it is based on do not have datetime within last 1 day so it should not refresh everything right?

 

Kr,

 

David

Anonymous
Not applicable

Hi @Anonymous,

Have you assigned the dataset to premium capacity? Premium capacity has better refresh performance that shared capacity.

What is Power BI Premium?  Managing Premium capacities 

In addition, I'd like to suggest you checked the official document to configure incremental refresh.

Incremental refresh in Power BI 
Regards,

Xiaoxin Sheng

Anonymous
Not applicable

Hi @Anonymous,

Any advanced operation in your query steps? (merge, combine, reference other query or query steps, duplicate query tables or custom functions... ) If this is a case, you can consider using buffer functions or other methods to increase calculation performance.

How and When to use List & Table Buffer? 
Regards,

Xiaoxin Sheng

 

amitchandak
Super User
Super User

Create new table like

 

new Table = Table

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Greg_Deckler
Community Champion
Community Champion

Try referencing your original query (right-click, Reference) instead of copy paste.

 



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...

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.

Top Solution Authors