Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Auto refresh with Power BI and Stream Analytics

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.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

I've got it with help from here: 

http://stackoverflow.com/questions/37353925/powerbi-and-stream-analytics-auto-refresh-doesnt-work/37...

 

You must use the Q&A function and pin it on you're dashboard, then the refresh function will work ... 

View solution in original post

1 REPLY 1
Anonymous
Not applicable

I've got it with help from here: 

http://stackoverflow.com/questions/37353925/powerbi-and-stream-analytics-auto-refresh-doesnt-work/37...

 

You must use the Q&A function and pin it on you're dashboard, then the refresh function will work ... 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors