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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
proavinash
Helper I
Helper I

Refresh only unsynchronized data in power bi desktop without premium license.

I have large dataset in which near about 6 years of data and it get increasing daily basis , so my problem sometimes i want to refesh only current date data or unsynchronized data till date.

 

please resolve this querry , thanks in advance.

1 ACCEPTED SOLUTION
rohit1991
Super User
Super User

Hi @proavinash 

 

You can’t really do true incremental refresh in Power BI Desktop unless you’re on Premium, because Desktop always reloads the full dataset.
What you can do instead is:

  • Keep your old 6 years of data fixed (export once and load it back as a static table).
  • For daily refresh, only pull new records from the source using a date filter (like TransactionDate >= Today()).
  • Append the two tables together in Power Query, so only the small “new data” part refreshes.

Another option is to set up a parameter in Power Query for StartDate/EndDate and filter your source that way.

So basically, without Premium you’ll need to handle it manually by splitting old vs new data.


Did it work? ✔ Give a Kudo • Mark as Solution – help others too!

View solution in original post

1 REPLY 1
rohit1991
Super User
Super User

Hi @proavinash 

 

You can’t really do true incremental refresh in Power BI Desktop unless you’re on Premium, because Desktop always reloads the full dataset.
What you can do instead is:

  • Keep your old 6 years of data fixed (export once and load it back as a static table).
  • For daily refresh, only pull new records from the source using a date filter (like TransactionDate >= Today()).
  • Append the two tables together in Power Query, so only the small “new data” part refreshes.

Another option is to set up a parameter in Power Query for StartDate/EndDate and filter your source that way.

So basically, without Premium you’ll need to handle it manually by splitting old vs new data.


Did it work? ✔ Give a Kudo • Mark as Solution – help others too!

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.