Forum Discussion

5 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi lbendlin,

       

      Thanks for the reply, let me explain a bit more about what I’m trying to achieve.

       

      We have a range of dataflows connecting to a WebAPI using basic authentication and periodically we have a requirement to update the credentials of these dataflows when the username and password changes. The challenge is that the URL that is used by the Power BI service to test the credentials entered is the base URL and not the full URL used in the dataflow. This is normally not an issue as we can set the “Skip test connection” and the dataflow will refresh. However we cannot do the same thing through the API which prevent us update all of the dataflows using the API and we would have to do this manually.

       

      It seems reasonable that if the “Skip test connection” option is available through the front end it can also be used through the API.

      What are the issues that could occur by setting this option through the API, other than potentially getting the credentials wrong and the dataflows not refreshing?

      • stefanik's avatar
        stefanik
        Icon for Helper I rankHelper I

        Hi,

        i have same need: have you found any solution?