Forum Discussion
dgarcia
6 years agoRegular Visitor
Connecting an API to Power BI
Hello Everyone, I'm having the hardest time connecting a to PowerBI via API with a key. I'm not sure where to start I have zero experience with API. While connecting the API I get an erro...
TaylorN
Helper I
6 years agoHi dgarcia
Do you know how the API expects authentication to be passed? You should (hopefully) find this in the API documentation. It looks like you've tried to add some HTTP headers there, and that makes sense because many APIs expect a token/key to be provided as a header (i.e. X-API-Key etc.).
If it does indeed expect an API key via HTTP header, then you should be able to simply choose "Anonymous" authentication, and ensure that you specify the API key in the HTTP header value.