How do I retrieve a bearer token from a service in Power BI?
问题 I am attempting to call a web API-- say, https://myresources/getresources . This call requires an API Key, resourcesApiKey and a bearer token. The token must be acquired from another service, https://mytokenservice/jwt . It requires an API key, tokenServiceApiKey. I'm able to get my resource data by manually accessing the token service and entering values, but I'd like to have Power BI take care of all this for me. I read something about this here, but this seems to apply to a static token.