Forum Discussion
Streaming Dataset with Historical Analysis
Hi,
I have a streaming dataset with historical data turned on which I understands creates a streaming dataset and push dataset.
How can I access this Push dataset via the REST API?
Thank you!
10 Replies
- amitchandakSuper User
- lbendlinSuper User
access it to do what? Push data in, or pull data out for historical analysis?
https://docs.microsoft.com/en-us/power-bi/connect-data/service-real-time-streaming
- rayd_250592Regular Visitor
Pull the most recent item out was the plan but the streaming API doesn't match the format https://api.powerbi.com/v1.0/myorg/datasets/%7bdatasetId%7d/tables/%7btableName%7d/rows mentioned in the docs.
- lbendlinSuper User
You can't do historical analysis with pure streaming datasets - they simply have no history. Your streaming dataset needs to be a hybrid (push) version .
Why would you need to pull the most recent item out? You just pushed it in so you should know what it is?