Forum Discussion
BigLo
Helper III
4 years agoJson Incremental Refresh
Hello, I've a webservice to import a json file. This json contains a lot of data and I'd like to not have to import the whole json anymore. So I added a parameter to my service to filter the dat...
lbendlin
Super User
4 years agoThat might work but it will become very expensive very quickly. You would have to sort the entire data source in descending order before applying the "Remove duplicates" transform
It will be easier to run a full refresh every once in a while, even if done by partition.
BigLo
Helper III
4 years agounfortunately, that doesn't work.
I think only new data is considered in the power Query. I tested by ordering and then removing the duplicates, but the duplicates remain.
Power bi considers that its archive is never modified.