Forum Discussion
ZikoPowerBI
Helper II
2 years agoQuery Folding issue with Incremental Load on Service
Hi , Iam facing an issue in query folding with Incremental load parameters RangeStart and RangeEnd . Whenever , I refresh the data in Power BI desktop the query folding shows appropriate val...
ZikoPowerBI
Helper II
2 years agoHi 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!
lbendlin
Super User
2 years ago- ZikoPowerBI2 years ago
Helper 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.
- lbendlin2 years ago
Super User
We observed that it is generating partitions with 0 rows in SSMS.Good observation, but not an issue. Just means you have no data for that range.
I also tried a thread which says that we have to use Date >= RangeStart and Date < RangeEnd this also did not work.That thread is correct. Please qualify "did not work".
- ZikoPowerBI2 years ago
Helper II
Hi -
There is data in the database for those dates /range , but the partitions are blank which eventually shows no data for those dates in the report.
Please advice