Forum Discussion
Data Update Error (Adds the data many times)
Show the piece of your Power Query code where you apply the RangeStart and RangeEnd filters.
RangeStart
RangeEnd
From the editor
I have the following query, the date range with incremental load is at the end of the query, by this I mean I have queries appended after the RangeStart and Range End condition.
- lbendlin2 years agoSuper User
Your parameters look good. Now show the query where you use them.
- Syndicate_Admin2 years agoAdministrator
Exieten queries based on SQL connection and excel file
Both consultations were consolidated and annexed in a sheet called consolidated
Now the report in the web service throws me
January, it adds two months to the values, February gives it to me correctly and from March to December it doesn't give me values.
In summary, the information in ppto 24 is only read for the months of January and February (January adds the values twice and February correctly)
Filter from March to December
- lbendlin2 years agoSuper User
Your filter is wrong. Only RangeStart should be inclusive. RangeEnd must be exclusive.
each [RefDate] >= RangeStart and [RefDate] < RangeEnd