Forum Discussion
Query Folding issue with Incremental Load on Service
It's not random values - the Power BI service is managing the partitions according to your guidelines. The values you had specified for RangeStart and RangeEnd in Power Query have nothing much to do with the actual process - you can use them to limit your developer working data set, but the values will be ignored by the service.
- ZikoPowerBI2 years agoHelper II
Hi lbendlin Thanks for the prompt response!
Can you please help to put some light on how Power BI service is managing the partitions according to the incremental refresh guidelines?
any document / blog for reference can also be helpful.
Thanks!
- lbendlin2 years agoSuper User
- ZikoPowerBI2 years agoHelper II
Hi ,
We observed that it is generating partitions with 0 rows in SSMS. I also tried a thread which says that we have to use Date >= RangeStart and Date < RangeEnd this also did not work.