Forum Discussion
"A web API Key can only be specified when a web API key name is provided" error when using Web API
Hi,
I've created a Power BI report on Desktop that accesses a couple of API's. I'm using the Web API for authentication. I entered the key given to me and then tried to refresh the data. I get the following error:
"A web API Key can only be specified when a web API key name is provided".
I was wondering what does this error mean?
Jason
Hi jasonyeung87 ,
Please review the content in the following links, hope they can help you resolve the problem.
1. Get data from web error: A web API key can only be specified when a web API key name is provided
Solution:
- Open Power BI Desktop and on the Home tab, select Get data and choose the Web option.
- Paste your metric query's URL into the Power BI dialog asking for the Web page URL.
- In the Access web content dialog, select Basic, enter your app'sAPI keyas the Username, and pressConnect
Solution: Add ApiKeyName = "ApiKey" as part of the 3 parameter of using OData.Feed
let Source = OData.Feed("https://localhost/odata", null, [Implementation="2.0", ApiKeyName = "ApiKey"]), Table_table = Source{[Name="Table",Signature="table"]}[Data] in Table_table3. There is a way to get around the Power BI limitation of not being able to perform anonymous authentication for Web data sources that require API keys by using Azure function proxies.To learn more details, see the following documentation: Power BI: Using anonymous authentication on Web data sources with a API key in URL – Kloud Blog
Best Regards,
Community Support Team _ kalyjIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
3 Replies
- v-yanjiang-msftCommunity Support
Hi jasonyeung87 ,
Please review the content in the following links, hope they can help you resolve the problem.
1. Get data from web error: A web API key can only be specified when a web API key name is provided
Solution:
- Open Power BI Desktop and on the Home tab, select Get data and choose the Web option.
- Paste your metric query's URL into the Power BI dialog asking for the Web page URL.
- In the Access web content dialog, select Basic, enter your app'sAPI keyas the Username, and pressConnect
Solution: Add ApiKeyName = "ApiKey" as part of the 3 parameter of using OData.Feed
let Source = OData.Feed("https://localhost/odata", null, [Implementation="2.0", ApiKeyName = "ApiKey"]), Table_table = Source{[Name="Table",Signature="table"]}[Data] in Table_table3. There is a way to get around the Power BI limitation of not being able to perform anonymous authentication for Web data sources that require API keys by using Azure function proxies.To learn more details, see the following documentation: Power BI: Using anonymous authentication on Web data sources with a API key in URL – Kloud Blog
Best Regards,
Community Support Team _ kalyjIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- parry2kSuper User
jasonyeung87 you will get answer in this video Accessing API and web service data using Power Query - by Chris Webb - YouTube
✨ Follow us on LinkedIn and to our YouTube channel
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make effort to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop shop for Power BI-related projects/training/consultancy.
- AdelHelper III
You need an API URL not an API key to connect data through the web connector in Power bi Desktop.
https://windsor.ai/api-documentation/