Power BI :: Get data through a REST API call with Bearer token

12 Views Asked by At

I'm trying to pull data from from the Azure REST API.

The endpoint I would like to query is the Recommendations - List

On order to do so I need:

enter image description here

  • Bearer token: eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIs...

enter image description here

And once I send it everything is fine and I have the results I want.

Now, is there a way to do the same in Power BI?

The goal is to have a daily refresh.

Also, Is there a way to create a logic that asks to the Azure REST API a new token?

0

There are 0 best solutions below