Forum Discussion

Drunken_Sailor's avatar
Drunken_Sailor
Frequent Visitor
1 year ago
Solved

Editing Dataflow error code "status code: 400"

I have a dataset that will not refresh: Data source errorUnknown exception. The exception was raised by the IDbCommand interface. Table: all-all-sp-pvp-all So I then open the dataset on Power B...
  • Drunken_Sailor's avatar
    Drunken_Sailor
    1 year ago

    Thanks for the response.

    I probably was not clear enough, but I had checked that the authentication was correct and also checked trying to open the dataflow to edit it which returned the "something went wrong" message above. So I could not see what was causing the issue becuase I could not open the dataflow on the service itself.

     

    This dataflow (which feeds the dataset for the report) gets aggregated data from a few other dataflows.

     

    I tried exporting it to a json and recreating but got the same issue. So I tried recreating it as brand new, which is when I discovered there was one dataflow that was giving the same error.

     

    I then tried opening the 2nd dataflow I  got the same error. This 2nd dataflow, is one of many that does the same thing (same data structure, same queries, addressing the same APIs) to get batches of data.  I cannot use just one as there is a limit on how much data can be retrieved, but I know I am not reaching the limnit as that just spits out a limit error. The other dataflows worked without issue.  

    As I could not edit that second dataflow, I just deleted it, copied one of the working ones, updating the parameters and it now it worked fine.

     

    So it looks like I resolved the issue (still in progress for a refresh, but no immediate errors thrown out) but I lost a lot of time trying to find the issue becuase I could not simply open/edit the dataflows having trouble.

     

    I am glad the dataflow that somehow got corrupted only had a few steps and was easy to rebuild, but I am worried that I have others that are much more complex may end up having the issue and do not have an easy way to fix.  

    This enitre report has been running smoothly for months without changes until now.

     

    Also, I did check the Powerr Bi service, but nothing was reported as an issue that would have correlated with the start of the problem.