AG5 API & PowerBI - User Guide
Many customers want to connect AG5 API to BI tools, mainly Power BI. Since we often get a few questions about this, we prepared a short user guide to help you get started.
This guide includes:
Step-by-step instructions
Images
One full tutorial video
2
4
Step 4: Pagination in Power BI
Some AG5 API endpoints include pagination fields, such as:
pagination.total
pagination.nextCursor
pagination.hasMore
This means data may be split across multiple pages. Power BI’s PowerQuery (M) can be used to loop through the pages and retrieve all records.

If you only need the first page of results, no extra steps are needed. If you need all results, a PowerQuery script must be used. You may choose to build this script, use AI or ask your BI specialist for help.
Last updated
Was this helpful?