Forum Discussion
rayd_250592
6 years agoRegular Visitor
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 ...
rayd_250592
6 years agoRegular Visitor
How can I connect to the data set via the Push REST API? I've no problems connecting via the power BI App.
By enabling historical data analysis, it should be a push dataset accessible via https://docs.microsoft.com/en-us/rest/api/power-bi/pushdatasets but its not.
lbendlin
6 years agoSuper User
The push REST API does just that - push.
For data retrieval you need to use an XMLA client.
- rayd_2505926 years agoRegular Visitor
Push Rest API isn't just push - see https://docs.microsoft.com/en-us/rest/api/power-bi/pushdatasets/datasets_gettables
- lbendlin6 years agoSuper User
You are correct. I am able to see my data tables with that API call.
Is your streaming dataset in your personal workspace or in a regular workspace?