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
Based on https://community.powerbi.com/t5/Service/History-Data-Analysis-option-in-Streaming-dataset/td-p/156977, by enabling historical data analysis, does it not become a push data set?
I'm pushing a value from an App to the API which works fine. The idea is to pull the mist recent value down to another instance of the app.
lbendlin
Super User
6 years agoIn 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.