Forum Discussion
Duplicate Datasets after Uploading Reports with RESTful API
- 8 years ago
How you upload the updated report here?
There is no delete DataSet API available under Power BI Embedded, based on the documentation:
https://msdn.microsoft.com/en-us/library/mt203551.aspx
If here you are uploading report from PBIX file, then you could take use of the import API to overwrite the existing dataset:
Check the Import API below:
If the dataset is well configured for data refreshing, then you could rebind the report to the Old DataSet through the Rebind report API:
https://msdn.microsoft.com/en-us/library/mt784672.aspx
Regards,
Michael
How you upload the updated report here?
There is no delete DataSet API available under Power BI Embedded, based on the documentation:
https://msdn.microsoft.com/en-us/library/mt203551.aspx
If here you are uploading report from PBIX file, then you could take use of the import API to overwrite the existing dataset:
Check the Import API below:
If the dataset is well configured for data refreshing, then you could rebind the report to the Old DataSet through the Rebind report API:
https://msdn.microsoft.com/en-us/library/mt784672.aspx
Regards,
Michael