Forum Discussion
Streaming Line Tile does not refresh
- Anonymous5 years ago
It was a bug. The solution is released by Microsoft. Now the line tile works!
Hit F12 on your browser and observe the AJAX traffic. Maybe your network people are messing with you.
In order to verify the line chart I built a dashboard that does only contain a streaming line chart. The problem is still there. Then I checked the traffic.
I receive updated values about every second what matches with the sending frequency of the data source.
Then I checked the payload and it contains all the necessaey information, the value and the timestamp. So I can be sure the values arrive at the browser through the network.
So to me this look like a bug in the code of the Power BI web app. Especially since it works in focus mode I'd be surprised if this is something I can fix in my browser settings. At least for sure it's not the network settings.