Skip to main content
Microsoft Idea

Power BI

Needs Votes

Add Authorization as a standard dropdown parameter within the Web.Contents connector

Vote (2) Share
Christian Villegas's profile image

Christian Villegas on 06 May 2021 15:58:44

Nearly every post required that you end up having to create workaround to perform get requests for REST APIs with the Web.Contents connectors within Power BI. One in particular is submitting the Authorization and Bearer tokens. This is almost always overly cumbersome and could be resolved by adding an additional dropdown parameter for Authorization out of the box along with Bearer or no Bearer token based on selection.

Comments (1)
Christian Villegas's profile image Profile Picture

John Berkers on 20 Jul 2023 00:41:53

RE: Add Authorization as a standard dropdown parameter within the Web.Contents connector

If this could support setting the Keyname for the Authorization Header, so that it can support "Bearer", "APIKey", "API Token", or whatever key name the API Service requires, that would be awesome.Having to use scripts to set the Authorization header for the API Calls prevents them from being run in a DataFlow Gen 2 in a Fabric Workspace.