Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join 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 ...
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |