Forum Discussion
M-M-P
Helper III
1 year agoAfter data refresh, spikes are seen in the data.
I have a problem for which I cannot find a solution. When I publish to Power BI Service everything looks fine, see figure 1. So after an auto refresh at night, data spikes are now seen at 1 a.m. ev...
- 1 year ago
You made a mistake in the definition of the RangeEnd filter.
Between RangeStart and RangeEnd only one of them can be inclusive (usually RangeStart). The other one must be exclusive
RangeStart <= Date
Date < RangeEnd
M-M-P
Helper III
1 year agolbendlin
A follow up question if you have time?
Incremental refresh is set to 3 days, but the error spikes were in the current month. So now it is 18 days with spikes.
Any idea why it didn't just do the spikes for the past 3 days?
Does it look further forward than I set it to?
lbendlin
Super User
1 year agoPartition boundary rules affect all partitions. Whenever you make meta data changes and republish that will result in all partitions being destroyed and rebuilt.