Forum Discussion
JordanPearson
4 years agoHelper II
Pull data from Hubspot into PBI via API
Hi all, We have an existing project to improve our reporting capabilities around the data we hold in Hubspot (CRM platform). The biggest problem we face right now is that we don't have a co...
- Anonymous4 years ago
HI JordanPearson,
According to the error message, it seems like you directly input API key value into the data connector, right? AFAIK, this connector will require you to define what type of API key that sends to the API service. (normally they will be defined as 'key name' = 'key value' to use in the connector)
Here is the sample query:
let Source = OData.Feed( "<API URL>", null, [Headers = [ #"ApiKey" = "<YOUR API KEY>" ]] ) in SourceNotice: #"ApiKey" part can be changed, you can check the API document definition first.
Regards,
Xiaoxin Sheng
Hause
2 months agoNew Member
Hi. I also has such issue. The API key didn't work for me. Seems like the version consistency issue. Any help still works in 2026?