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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
acc-int-ail
Frequent Visitor

dynamic token retrieval with POST request ”DataSource.Error: Web.Contents failed to get contents 405

Hi! 

This is my last attempt of getting this to work. 

 

I am trying to integrate an REST API source to power bi, the goal is to have it incrementally refresh, but the operations for the REST API uses dynamic access tokens. So I need to make a function with power query that sends a POST request to the api to get the token.

 

To get the bearer token, I need to send a POST request to

 

https://api.<domain>.se/api/v1/token

which uses basic auth (base64-encoded string of 'username:password’). 

 

I get everything to work in postman, I have tried all kinds of different ways to make a function with power Query (see my last threads https://community.powerbi.com/t5/Power-Query/Issues-with-dynamic-token-retrieval-quot-query-DataSour..., https://community.powerbi.com/t5/Power-Query/Get-token-function-for-API-request-with-dynamic-access-...  ). And now I figured I’ve got everything working, it still returns error code 405. 

 

I’ve narrowed it down to have something to do with being a POST request? 

 

Here are the two alternatives I narrowed it down to that should work but doesn't. the first one is where I state the username and the password in the url, but I have also tried having the basic token as a header and several other things.

 

image.png

image-2.png

0 REPLIES 0

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

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 Kudoed Authors