Forum Discussion
Anonymous
4 years agoNot applicable
Incremental refresh in SharePoint online
Hi All, I have been trying to configure incremental refresh for my Power BI report which is connected to SharePoint online. I have configure the parameters range start and range and in my power q...
Anonymous
4 years agoNot applicable
Hi Ibendlin,
Thanks for the response.
You are correct. I am running it on a SharePoint list(s). Totally i have connected 5 lists in the report.
List 1 contains more than 85000 items,
List 2 contains more than 10000 items,
List 3,4,5 contains less than 5000 items.
I have configured incremental refresh in all the lists in the report.
So does this cause too many API calls and is the SharePoint row limit issue is causing this?
lbendlin
Super User
4 years agoYour immediate issue is too many API calls. The row count issue will bite you later.
Try using ODATA queries instead.
- Anonymous4 years agoNot applicable
Thanks Ibendlin,
I will check about ODATA queries and try with that.