The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello, I have been working on an API call to return pages. I have been successful in creating a query containing a parameter page="&pagenum&" which works but I do not understand how I can use the pagination documented in the API documentation. It looks like there is a reference to rel="next" does this go in the API call with the URL or how do I use this? Many of the API pagination posts do not have the same authorization string that I have to use [Authentication:[ Basic"xxx"]]. I have read about looping and all the typical posts but fundamentally I do not know how to use this to build into an API call.
Thanks in advance
@jpt1228 , refer if this blog can help
https://medium.com/@marktiedemann/how-to-do-pagination-in-power-query-430460c17c78
Hello @amitchandak thanks for the reply, I have already read that article. I am fairly new to Power BI and API calls. Do all API's support $count=true and $top=0? I do not see these as options in my API documentation for Harvest.
This is where I do not know how to use the API documentation to understand