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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
BI
New Member

Get Data from Web API using HTTP Header

Hi,

 

I'm querying website WS.com (name anonymized) by sending an HTTP message with an additional header which contains the API key.

 

I'm using the Power BI formula

 

Web.Contents("https://WS.com/webapi/", [Headers=[#"API-Key"="asdf123"], Query = [#"v"="1.1", #"from"="0"]]) for this.

 

In Power BI Desktop I receive all my data without any complains. But when I upload the data model to powerbi.com and try to refresh the dataset there, Power BI complains that my login information is wrong.

 

Updatefehler.png

2 REPLIES 2
hammerblue
Helper I
Helper I

Hello, I'm having a different issue, but related I think. I'm using the same code as OP but I get the error "The '(header)' header is only supported when connecting anonymously". Removing the header containing the token returns another error that the GET method is not supported. I have no idea what I'm doing wrong, very new to API's. I can query a new token from the API in question through PBI, as well use the mock server they have. But can't connect using my own token

aldodfm
Frequent Visitor

Hello,

 

Indeed, i'm having the same issue, i don't know why.

 

Please, microsoft power bi team, could you fix this issue? Power Bi service make sense if we can schedule the refresh of this kind of webservice.

 

@BI did you find any solution for this?

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors