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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors