Learn 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 ...
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 8 | |
| 7 | |
| 6 |