Forum Discussion
Nuzhi
9 years agoFrequent Visitor
Error displayed on tiles on streaming dataset
Hi, I am getting the following error when I integrate a streaming dataset with my PowerBI Dashboard. I am using Azure Stream Analytics to stream the data. Quite a few of the tiles I created which...
Nuzhi
9 years agoFrequent Visitor
Hi v-haibl-msft
How do I slow the rate of data output. Is it from the Azure Stream Analytics end or is there any possibility of doing it from within Power BI ?
Best Regards,
Nuzhi
v-haibl-msft
Microsoft Employee
9 years ago
We can use a Tumbling window or Hopping window to ensure that data push is at most one push per second, and that your query lands within the throughput requirements.
Please refer to https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-power-bi-dashboard#learn-about-limitations-and-best-practices. A sample is given there.
Best Regards,
Herbert