Forum Discussion
How can we delete rows in power bi push dataset using rest api?
HI bhanudaybirla,
>>But i need to delete all the data before pushing each single row
Current streaming dataset has no underlying data, it used receive data pushed data without other operations.
As with the streaming dataset, with the PubNub streaming dataset there is no underlying database in Power BI, so you cannot build report visuals against the data that flows in, and cannot take advantage of report functionality such as filtering, custom visuals, and so on.
In my opinion, if you not need historical data, you can simply turn off it.
When Historic data analysis is disabled (it is disabled by default), you create a streaming dataset as described earlier in this article. When Historic data analysis is enabled, the dataset created becomes both a streaming dataset and a push dataset. This is equivalent to using the Power BI REST APIs to create a dataset with its defaultMode set to pushStreaming, as described earlier in this article.
Real-time streaming in Power BI
Regards,
Xiaoxin Sheng
But if i disable historical data analysis, i can not use all power bi visuals.
- Anonymous8 years agoNot applicable
Hi bhanudaybirla,
As I said, streaming api not support any operation except push data. So I think your requirement is impossible to achieved at present.
Regards,
Xiaoxin Sheng