Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Waiting for api.airtable.com

Topic Labels: API
Solved
Jump to Solution
1349 1
cancel
Showing results for 
Search instead for 
Did you mean: 
A_S1
4 - Data Explorer
4 - Data Explorer

Hello, I created a few simple databases in Airtable and wanted to test the access to them with Power BI.

I tried this simple query with Postman:
https://api.airtable.com/v0/<BASE-ID>/<TABLE-id>?api_key=XXXX
and it works great and instantaneously.

But the same URL in PowerQuery like this:
Json.Document(Web.Contents("https://api.airtable.com/v0/<BASE-ID>/<TABLE-id>?api_key=XXXX"))
is not doing anything. Just trying to establish a connection or I don’t know. It doesn’t give any error message.

I also have tried this guide:

and it is also not working and not giving any error message.

1 Solution

Accepted Solutions
A_S1
4 - Data Explorer
4 - Data Explorer

This is working now. It seemed to be only a temporal problem :slightly_smiling_face:

See Solution in Thread

1 Reply 1
A_S1
4 - Data Explorer
4 - Data Explorer

This is working now. It seemed to be only a temporal problem :slightly_smiling_face: