Forum Discussion
AlexSavchenko
9 years agoFrequent Visitor
Can not Delete rows using PowerBI REST API
Hi all, I have a C# script which fill in Streaming DataSet. It works fine. When I try to delete all rows from dataset, I get error "(404) not found at System.Net.HttpWebResponse.GetResponse()". ...
Eric_Zhang
9 years agoMicrosoft Employee
That DELETE API is to delete the rows from one table in a normal dataset. I don't think it is applicable to the streaming dataset, as the streaming dataset doesn't contain any explicit table.
How do you call the API and why do you have to delete data when using Streaming DataSet.
By the way, the Real-time streaming in Power BI is still in preview, for any feature request, you can confirm in forum and submit your idea at Power BI Ideas and vote it up.
bhanudaybirla
8 years agoFrequent Visitor
Have you find any solution till now?