Forum Discussion
marcosimeone
4 years agoFrequent Visitor
Dynamic data source that cannot be refreshed in the Power BI service is present
i am trying to connect to SAP Success Factor via OData with standard web connector. this connector allows the reading of 1000 records at a time, I found a recursive function in this blog that allows...
lbendlin
4 years agoSuper User
Change your Web.Contents call to use a fixed base URL. Supply the filters via the Query parameter option. Do the same for the subsequent pagination, instead of using
Web.Contents(_[__next])Jessica005
3 years agoRegular Visitor
How would you create a fixed URL when it is grabbing the next API request from the row _next ? I see that is is causing my data source to be dyanmic as well and I am not sure how to adapt this one. Thank you.
- lbendlin3 years agoSuper User
follow the links that Anonymous posted.