This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hello community,
I’ve created a program to push via JSON data to Azure in a Event Hub and read it into a Stream Analytics service and give it to Power BI.
Example Query:
SELECT
count(id) as Zaehler, [group]
INTO [PowerBI]
FROM
[inputA]
GROUP BY [group], TumblingWindow(second, 10)
In Power BI I created a report and pinned it onto a live dashboard.
My problem is now, that the dashboard and the report not auto refreshing when new data comes. If I refresh the page or the browser the graphs and tables in the dashboard a refreshed with the new data.
Anything in Stream Analytics is set to default. Also I've tried with a non aggregate query ...
Can anyone help me?
Thanks in advance.
Solved! Go to Solution.
I've got it with help from here:
You must use the Q&A function and pin it on you're dashboard, then the refresh function will work ...
I've got it with help from here:
You must use the Q&A function and pin it on you're dashboard, then the refresh function will work ...
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.