Hello @Community,
I have a power query with a REST api call:
authKey = "Bearer blablablaKey", url = "https://blablablaendpoint.com/api/v1/usage/2016", GetJsonQuery = Web.Contents(url, [ Headers = [#"Authorization"=authKey, #"Content-Type"="application/json"] ] ), FormatAsJsonQuery = Json.Document(GetJsonQuery),
So, this power query use "Anonymous" authentication. When i refresh this query in Power BI Desktop appears credentials error, but if you accept the power query is executed and everything is ok.
But when i try to schedule refresh in Power BI service appears the credentials problems but doesn't exists a way to say "execute anyway".
Is like Power BI service checks the anonymous access to the URL and if it doesn't work, power bi doesn't try to execute the power query script.
Please, there is something to do? Power BI team will do something?
Thx in advance.