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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

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
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.