Forum Discussion
bhanudaybirla
8 years agoFrequent Visitor
How can we delete rows in power bi push dataset using rest api?
I have to show real time data on my dashboard. And for that, i am using power bi rest api to push data into it in historical data analysis mode. I am able to push data using a rest api push url provi...
Anonymous
7 years agoNot applicable
Any idea on how to accomplish this? PushStreaming (hybrid) dataset that needs to be reset every few seconds.
So here is the goal:
Delete all the rows at the rest api endpoint-->Push the new data (say from sql view) ---> the report/visual refrshes. I am working on a requirement where this has to happen every few seconds.
Why am I not doing the Streaming dataset? Because I need to use a custom visual (not to be limited by the few visuals available to the streaming option).
Thank you,