Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! 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 ...
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 10 | |
| 9 | |
| 9 | |
| 8 | |
| 6 |