March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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
Solved! Go to Solution.
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:
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_table
3. 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 _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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:
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_table
3. 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 _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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/
@jasonyeung87 you will get answer in this video Accessing API and web service data using Power Query - by Chris Webb - YouTube
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.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
114 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
167 | |
117 | |
63 | |
57 | |
50 |