Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hey guys!
hope everyone is well!
I'm trying to create a paginated API code below is ok, but it doesn't return all the records of the pages. How could I implement pagination in code?
I've already checked in other posts with solutions, but I couldn't implement it in my code.
Can anybody help me?
let
body =
Json.FromValue
([
call = "ListadeClientes",
appkey = appkey,
appsecret = appsecret,
param = {[
pagina = 1
registros_por_pagina = 100,
apenas_importado_api = "N"
]}
]),
header =
[
#"Content-Type" = "application/json"
],
request = Json.Document(
Web.Contents(
"https://app.fakedata.com/",
[
RelativePath = "api/v1/v2/v3/",
Headers = header,
Content = body
]
)
,
1252
)
in
request
Solved! Go to Solution.
Hi @kafreitass ,
Please review the following links which has the same requirements, hope they can help you achieve it.
How to get paginated data from API in Power BI
Handling Paginated REST API Results with Power Query
How to do Pagination on a REST API in Power Query
Best Regards
Hi @kafreitass ,
Please review the following links which has the same requirements, hope they can help you achieve it.
How to get paginated data from API in Power BI
Handling Paginated REST API Results with Power Query
How to do Pagination on a REST API in Power Query
Best Regards
@Anonymous this works perfectly.
Thank you so much
@kafreitass , Refer if this can help
https://medium.com/@marktiedemann/how-to-do-pagination-in-power-query-430460c17c78
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 33 | |
| 33 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 67 | |
| 45 | |
| 30 | |
| 28 |