Forum Discussion
Streaming Dataset with Historical Analysis
In Power BI Desktop you can connect to your dataset (Data source Power BI Datasets).
But be aware that this is extremely inefficient as you are looking at a year's worth of data just to filter that down to the latest timestamp for information that you already have.
Push your value from the app to the other instance of the app directly.
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.
- lbendlin6 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?