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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
EmanuelParnaiba
Frequent Visitor

Does semantic model update skip unchanged files?

I have quite a large set of data that I use to feed a PBI report and I am thinking about ways to make it update faster. One Idea that came up was creating a second database with historical data that will not be edited anymore apart from the one with recent data, which gets edited daily.

 

If the semantic model update skips unchanged files, this could - in theory - increase the update speed, does anyone know if this works?

1 ACCEPTED SOLUTION
SamWiseOwl
Super User
Super User

Hi @EmanuelParnaiba 

 

Have you looked into Incremetal refresh?

This lets you:
Indicate how far back to refresh

Provide an update field and only items with a new date will refresh

Using Premium have a live connection for some data, refresh import and finally stored non updating for the oldest.

 

Official page:

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

Video guide (Guy in a Cube also made some great ones!):
https://www.youtube.com/watch?v=kH_mcS9Bv9E

 


If you are happy with this answer please mark as a solution for others to find !

Kudos are always appreciated! Check out our free Power BI video courses.

View solution in original post

2 REPLIES 2
danextian
Super User
Super User

Hi @EmanuelParnaiba 

 

Have you looked into using incremental refresh on new records or records that have changed? If this isn't feasible for some reason, I'd split the database into at least two - one for the historical data and the other one for current -  and load  them as separate tables to be connected using relationships. You can disable the refresh on historical tables. Note: they need to be loaded separately and not be combined in one query as that will still pull the data from the historical table upon refresh.





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.
SamWiseOwl
Super User
Super User

Hi @EmanuelParnaiba 

 

Have you looked into Incremetal refresh?

This lets you:
Indicate how far back to refresh

Provide an update field and only items with a new date will refresh

Using Premium have a live connection for some data, refresh import and finally stored non updating for the oldest.

 

Official page:

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

Video guide (Guy in a Cube also made some great ones!):
https://www.youtube.com/watch?v=kH_mcS9Bv9E

 


If you are happy with this answer please mark as a solution for others to find !

Kudos are always appreciated! Check out our free Power BI video courses.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.

Top Solution Authors