Forum Discussion

19 Replies

  • Nithya's avatar
    Nithya
    Frequent Visitor

    Hi,

    if you give connection string like below it will work 

     

    Data Source=xxxx.database.windows.net;Initial Catalog=dbName;User ID=xxx;Password=xxx;

    • TheEdcomm's avatar
      TheEdcomm
      Regular Visitor

      I tried using same format but still getting following error - 

       

      Ooops, something broke: Microsoft.Rest.HttpOperationException: Operation returned an invalid status code 'BadRequest'
      at Microsoft.PowerBI.Api.V1.Datasets.<SetAllConnectionsWithHttpMessagesAsync>d__15.MoveNext()
      --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
      at Microsoft.PowerBI.Api.V1.DatasetsExtensions.<SetAllConnectionsAsync>d__21.MoveNext()
      --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
      at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
      at ProvisionSample.Program.<UpdateConnection>d__27.MoveNext() in C:\Projects\PowerBi\sample\Project\ProvisionSample\Program.cs:line 592
      --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
      at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
      at ProvisionSample.Program.<Run>d__17.MoveNext() in C:\Projects\PowerBi\sample\Project\ProvisionSample\Program.cs:line 235

      • AnuragR's avatar
        AnuragR
        Regular Visitor

        Did you get the issue resolved?
        I am stuck at same place with same exception

        Please share a solution

        Thanks

    • prokurors's avatar
      prokurors
      Advocate III

      Thanks Nithya, your solution worked in my case!

       

      P.S. This stuff is not easy or intuitive... I hope this Power BI embedded maintenance stuff will be enhanced. Why it is not possible to upload power bi report directly through Azure management portal?

    • krish_powerbi's avatar
      krish_powerbi
      New Member

      I have updated Connection string in the same format, then option 7 giving username and password for Azure SQL it says not data source found, please suggest me, Thanks.

  • Did you manage to resolve this? I am struggling to get a format for the connection sring that works to a SQL DB in Azure.

    • pritesho's avatar
      pritesho
      Helper I

      I have had the same issue though just fixing User Id and password was enough for my case.  You may want to just switch database pointing in local PowerBI Desktop and just update the credentials from Sample - Option 7-Gateway update.

  • AnuragR's avatar
    AnuragR
    Regular Visitor

    Hello I have been facing the same issue . Please share if it was resolved.
    The Provision Sample was working fine but two days back it threw this exception exception and continues to do so , with the same connection string :

    "data source=XXXX.database.windows.net;initial catalog=XXXX;"

     

    • lsingh's avatar
      lsingh
      Regular Visitor

      Hi,

       

      i have a similar issue..

      can you please provide an udpate? 

       

      I am trying to connect my power BI to > AWS windows machine as a gateway > this connects to AWS RDS to allow data refreshes....

       

      I have set up an ODBC on AWS Windows machine and configured it....but when trying to link my POWER BI Gateway to my AWS machine it does not let me add data source

      • dyrcm's avatar
        dyrcm
        Frequent Visitor

        Did you ever figure out how to solve the problem?  I am doing the same thing with the same result.

  • zemag's avatar
    zemag
    Regular Visitor

    I am also getting the same error message: "Bad Request" (see stack trace below) and I'm not really sure why.

     

    After adding the new dataset (pbix file) I then execute #7, enter Username and Password (I'm assuming this is the same username and password used to connect to, in my case, the Azure SQL Database) and then enter the connection string with the server and database.  I entered the connection string in two different ways to no avail:

     

    Data Source=xxxx.database.windows.net;Initial Catalog=dbName;User ID=xxx;Password=xxx;

     

    and also:

     

    Data Source=xxxx.database.windows.net;Initial Catalog=dbName;

     

    I also deleted the published dataset and imported it again, but nothing.

     

    Is there an updated version of the ProvisionSample code???

     

    Ooops, something broke: Microsoft.Rest.HttpOperationException: Operation returned an invalid status code 'BadRequest'
    at Microsoft.PowerBI.Api.V1.Datasets.<SetAllConnectionsWithHttpMessagesAsync>d__15.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    at Microsoft.PowerBI.Api.V1.DatasetsExtensions.<SetAllConnectionsAsync>d__21.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
    at ProvisionSample.Program.<UpdateConnection>d__27.MoveNext() in C:\Users\EduardoGamez_vheyphg\Documents\Visual Studio 2015\Projects\PowerBI Embedded\ProvisionSample\Program.cs:line 592
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
    at ProvisionSample.Program.<Run>d__17.MoveNext() in C:\Users\EduardoGamez_vheyphg\Documents\Visual Studio 2015\Projects\PowerBI Embedded\ProvisionSample\Program.cs:line 235

    • zemag's avatar
      zemag
      Regular Visitor
      I figured it out! It appears that Power BI Embedded doesn't like it when you regular PBI data sets (I.e. Import type of connection not direct query) and direct query data sets. I removed this other data set from the workspace and imported my direct query data set. I then added the connection string by first specifying the username and password and then providing the connection string with the Data Source and Initial Catalog only. I did not get an error message but a confirmation that it was accepted. I went to my web app and I was able to access the embedded dashboard as expected. I hope this helps!

      Power BI team - if you can please update the sample code with this important fact?

      Thanks!