Forum Discussion
Incrementally load new data without processing all dataset
Hello collinq ,
Thanks for your reply!
Exactly.. you got the issue.
You had a great idea. I followed your suggestion, but unffortunelly I came cross other issue: It's not possible append data in a already incremental configurated table. It's simillar of this issue: https://community.powerbi.com/t5/Service/Incremental-refresh-from-Azure-DataLake/m-p/559711#M56914
You have some suggestion to get around this new issue?
Thanks.
HI mribeiro ,
Hmmmmmm, ok, perhaps you could do part (or all) of this in a DataFlow? You could have the "old" stuff in the dataflow and not necessarily refresh it every day? OR, you could do the new stuff in the dataflow? Either way, if half the work is done in a dataflow and then you just combine the data together in the final report I think that should work.