This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi,
I am trying to replace the contents of a Dataset bound to a Report. Need to do it entirely via API.
For example, initially it has X tables, with some rows.
I want to change it to Y tables, all with different names, and different row data.
1) Delete the Dataset, then create a new one, and rebind it to the Report.
I do not see the option to Delete a Dataset via API....how come?
2) The workaround I was thinking of was DeleteRows and UpdateTableSchema. But if (in the above example), Y>X, I don't see an option to AddTables to a Dataset, or UpdateSchema for a Dataset.
Anyone know how a "Swap out" for a Dataset can be accomplished via API? This is quite a roadblock.
Thanks.
Solved! Go to Solution.
Yes, there is no Delete DataSet API available.
The current available method to update the DataSet Schema is:
Use the Import API to overwirte the existing one:
Import API
https://msdn.microsoft.com/en-us/library/mt243840.aspx
Regards,
Michael
Hi,
I use REST API for streaming delete rows in RealTimeData. The problem is wich token authorization is dynamic.
Exist another path for this without token dynamic? I want use Power Automate to do streaming delete rows.
Thank´s for help.
Yes, there is no Delete DataSet API available.
The current available method to update the DataSet Schema is:
Use the Import API to overwirte the existing one:
Import API
https://msdn.microsoft.com/en-us/library/mt243840.aspx
Regards,
Michael
There is delete Dataset by Dataset ID API method available.
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/deletedatasetbyidingroup
interesting - haven't tried it, but is this new? Don't think it was available earlier
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.