Forum Discussion
deboec
3 years agoHelper I
Scheduled refresh for dataset with REST API connection
I have a pretty simple Power BI dataset with 4 queries. The first query retrieves an access_token from an API: = () => let
url = "https://api./.../application",
headers = [#"Content-Typ...
deboec
3 years agoHelper I
Update:
If I try and establish the data connection to the Web API without a dynamic token that uses a POST request to get the token for the API, meaning by getting a token value in Python by using the POST request and putting it into the data connection pane:
This works fine after publishing it to Power BI Service and clicking on "Refresh Now" -> No Error.