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.
Last updated
Was this helpful?
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.
Important: this is just a user guide. We don't provide consultancy or support for customer BI setups.
This guide includes:
Step-by-step instructions
Images
One full tutorial video
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?
Was this helpful?