Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
FearDerBeard
Frequent Visitor

Get data from web error: A web API key can only be specified when a web API key name is provided

I'm having difficulty making Web.Contents work.  I think anyone can get a key here: https://api.data.gov/signup

 

Power BI keeps throwing this error.  Has anyone solved this?  I didn't find anything helpful in other posts. ty

 

 

let
    Source = Json.Document(Web.Contents("https://api.data.gov/ed/collegescorecard/v1/schools?id=100663&apikey=xxxxxxxxxxxxxxxxxxxxxx",
    [Query=[apikey=" xxxxxxxxxxxxxxxxxxxxxx"]]))
in
    Source

1 ACCEPTED SOLUTION
FearDerBeard
Frequent Visitor

Found the answer here:

 

https://dev.applicationinsights.io/documentation/Using-the-API/Power-BI

 

"In the Access web content dialog, select Basic, enter your app's API key as the Username, and press Connect"

 

Hope this helps.

View solution in original post

2 REPLIES 2
FearDerBeard
Frequent Visitor

Found the answer here:

 

https://dev.applicationinsights.io/documentation/Using-the-API/Power-BI

 

"In the Access web content dialog, select Basic, enter your app's API key as the Username, and press Connect"

 

Hope this helps.

This is no longer working, unfortunately.

I haven't found the solution yet...

The issue for me is that none of the authentication options provided correspond to "api key", as opposed to Power BI Desktop.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors