Step 2: Enter API details
In the URL parts section:
Use the base URL from the AG5 API specification
Add the endpoint you want to query (for example, /groupings)
In the HTTP request header parameters section, add:
X-API-Key → <your API key>
Click OK.
Step 3: Authentication
When prompted, select Anonymous as the authentication method.
Step 4: Pagination in Power BI
Some AG5 API endpoints include pagination fields, such as:
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.
Step 5: Load Data
Click Load in Power BI to import the data.
You can now use Power BI’s full range of reporting and visualization tools on your AG5 data.