Forum Discussion
Anonymous
5 years agoNot applicable
Stream Analytics/Power BI Integration Clearing PushStreaming Dataset
We have been using Stream Analytics w/the Power BI Connector to stream real-time data to Power BI for a little over a year. We are streaming Contact Center data and then running some DAX formulas ag...
Anonymous
5 years agoNot applicable
The behavior of the 250k back down to 215k is the default behavior for PushStreaming datasets when FIFO is the Default Retention Mode.
When SA creates a dataset it creates the Default Retention as FIFO which enforces the 200k limit. If you create a PushStreaming dataset via the API it does not default to FIFO which allows you to push well over 250k but then you hit API data streaming restrictions and your real-time Dashboards will start to slow down.
ralmeida
5 years agoNew Member
Anonymous
I created a new dataset via API and now it works, thanks man!!!
But I don't understand why the other streaming data sets work and this one doesn't. All data sets were created using the same method.