Hi there,
I have a strange problem that since incremental refreshing the amount of some values have doubled.
The incremental refresh is scheduled like this :
Now suddenly the value has doubled form this:
to this
As you can see the value on the left is still at 733, but the value on the right has doubled?
It is only with a some values, most of the values stay correct.
I noticed that the it only doubles the amount where there is only one day behind it.
So I get sales data for one shop once a month, lets say on the first of each month.
And now the shop where there is only one date behind it, that amount gets doubles.
Do you know how to avoid this?
Thanks!
Facing the same issue.
Hi @Smokey24 ,
Would you please verify queries have an equal to (=) on either RangeStart or RangeEnd, but not both.
If the equal to (=) exists on both parameters, a row could satisfy the conditions for two partitions, which could lead to duplicate data in the model, i.e. the same order to be loaded in the model twice in two consecutive loads.
For more details, please refer to https://docs.microsoft.com/en-us/power-bi/service-premium-incremental-refresh#rangestart-and-rangeen...
Best Regards,
Dedmon Dai