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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register 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
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.