Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
I am connecting to an airtable table and getting only a record with nothing in it. It pulls up data in Postman.
Solved! Go to Solution.
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
Proud to be a Super User!
I'm glad you found a solution! We're here in the community to support each other.
Regards,
Rufyda Rahma | MIE
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
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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 5 | |
| 4 |