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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

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
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

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.