Power BI API Pagination - Missing Link headers

gancw
Community Member

I am new to Canvas and trying to report the course enrollment in Power BI
Using the code below I managed to retrieve the first 10 records. The pagination is not working

 

canvas.png

I did some debugging and noticed the header returned from this code

headersResponse = Value.Metadata(response)[Headers],

does not have the Link header

canvas2.png

Does anyone know why the link header is missing ?


Labels (1)
0 Likes