Forum Discussion
ZikoPowerBI
2 years agoHelper II
Query 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
2 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!
lbendlin
2 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.
- lbendlin2 years agoSuper 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 agoHelper 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