Forum Discussion

BilalM's avatar
BilalM
Regular Visitor
1 year ago

PowerBI post dataset API stopped working

We and our customer ( HP ) heavily rely on powerBI REST APIs to create datasets. It stopped working for us today. Please add us to the exception list. How can we get notified earlier about these changes? And why did this deprecation happen?

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi BilalM ,

     

    Could you kindly let me know which API you are using? I conducted a test to push data to my dataset, and it worked well on my end.

    POST https://api.powerbi.com/v1.0/myorg/datasets/{datasetId}/tables/{tableName}/rows
    

     

    Best Regards,

    Bof

    • sandstromerik's avatar
      sandstromerik
      Regular Visitor

      I have the same problem, posting a new dataset described in this article. This will result in status code 410 (Gone)

       

       

       

      POST https://api.powerbi.com/v1.0/myorg/datasets

       

       

       

      I have also tried pushing new data to the dataset and that works fine, it is only creating a new dataset which does not work

       

      Edit: A week later it now works magically