Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
lkshck
Helper III
Helper III

2-Step API GET Request

Hey, 

I would like to do a 2-Step API Get request to a Billing API. The API looks like the following:

https://customer.service.com/billing/invoices

For this first API you will get a JSON which shows the information about all the past invoices with the total numbers but without any details about the single invoices. To get those details you need to make a second request which looks like the following:

https://customer.service.com/billing/invoices/<id>

In this second call you need to put the Id of the Invoice and you will get all details about the invoice.

Is this a scenario which can be setup in PowerBI? I would like to have one big table which contains all the detailed information about every invoice.

Thanks in advance!

2 REPLIES 2
lbendlin
Super User
Super User

This will be the least of your issues.  What's the authentication method?

In the first use case it's basic auth with an API key and in the second use case it's with digest auth with public and private key. I just read that digest auth isn't working, but maybe it works for the first use case with basic auth. 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors