The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I created a streaming dataset and am pushing data to it every five minutes, and it seems to work just fine when I refresh the data manually, but the chart doesn't update on the dashboard automatically. It'll show "Refreshed: Now" for th last refresh time, but the chart doesn't update until I press F5 to refresh the entire page. Any ideas on what I can do to get the chart to refresh?
@ERussell tell your browser to let off the aggressive caching. Use the dev tools on Chromium (F12) to monitor the network traffic for any blockers.
Under the network tools I disabled caching, and there are no blockers as far as I can tell, but the problem persists. I'm using the most recent version of the Edge browser. As a work around for the interim I created a PowerShell script that opens the browser to the correct dashboard and sends the F5 key every couple of minutes, but if able I would prefer to have the dashboard update as it's supposed to.