Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi Everyone!
I´m using a R-Script for the import of my dataset.
I would like to know if there is some kind of partial refresh due to it takes a lot of time for the full charge of data model.
Is this possible or I have to create a historical table in some way and limit the refresh by my own?
Thanks!
Solved! Go to Solution.
Yes, sort of a hack - a bit better than that. Imke blogged about it here
http://www.thebiccountant.com/2016/11/15/incremental-load-powerbi/
Yes, sort of a hack - a bit better than that. Imke blogged about it here
http://www.thebiccountant.com/2016/11/15/incremental-load-powerbi/
After working through this to understand it I figured out its fine, as long as you don't delete any records from your incremental data. If you do, they will not be deleted in the model. This is because the previous version of the data, containing the deleted records, is recycled every update, with the incremental data being added with duplicates filtered out.
Great!
It's a solution very similar to what I had thought.
Thanks for the information @MattAllington.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!