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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
ferdilda
Frequent Visitor

Airtable integration

I am connecting to an airtable table and getting only a record with nothing in it. It pulls up data in Postman.

1 ACCEPTED SOLUTION
PhilipTreacy
Super User
Super User

Hi @ferdilda 

 

Please show the code you are using to connect to Airtable. Please show both the query from Postman and what you are using in PQ/PBI.

 

Hide your API key/token of course.

 

I presume you are connecting via the API?

 

Authentication - Airtable Web API

 

Your request should look something like this

 

API_Token = "xxxxx",
Base_ID = "xxxxx",
Table_ID = "xxxxx",

GetAPI = Json.Document(Web.Contents("https://api.airtable.com/v0/"&Base_ID&"/"&Table_ID,

      [Headers = [Authorization="Bearer "&API_Token]
      ]
))

 

Regards

 

Phil

 

 

 



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


View solution in original post

4 REPLIES 4
Rufyda
Super User
Super User

I'm glad you found a solution! We're here in the community to support each other.

Regards,
Rufyda Rahma | MIE

PhilipTreacy
Super User
Super User

Hi @ferdilda 

 

Please show the code you are using to connect to Airtable. Please show both the query from Postman and what you are using in PQ/PBI.

 

Hide your API key/token of course.

 

I presume you are connecting via the API?

 

Authentication - Airtable Web API

 

Your request should look something like this

 

API_Token = "xxxxx",
Base_ID = "xxxxx",
Table_ID = "xxxxx",

GetAPI = Json.Document(Web.Contents("https://api.airtable.com/v0/"&Base_ID&"/"&Table_ID,

      [Headers = [Authorization="Bearer "&API_Token]
      ]
))

 

Regards

 

Phil

 

 

 



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


Hi @ferdilda 

Following up to confirm if the earlier responses addressed your query. If not, please share your questions and we’ll assist further.

Hi @ferdilda 

Have you had a chance to look through the responses shared earlier? If anything is still unclear, we’ll be happy to provide additional support.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.