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
maydaymiao
Frequent Visitor

Stream Analytics Job Data Does Not Appear Under Streaming Datasets of PowerBi

Hello All,

 I have a program that keeps sending data to Azure event hub and the format follows PowerBi streaming which is

"data = '[{{ "timestamp": "{0}", "temperature": "{1:0.1f}", "pressure": "{2:0.1f}" }}]'.format(now, temp, pressure)"

 

In Azure, there is a stream analytics job running, the input is event hub and output is blob storage & power bi. Below is the query,

SELECT 
timestamp, 
avg("temperature") as Temperature,
avg("pressure") as Pressure 
INTO
[henkelapacbi] 
FROM
[henkelapachub] 
GROUP BY
timestamp,
TUMBLINGWINDOW(second,5);

 

Just couple of weeks ago, the dataset can be automatically generated under streaming datasets of Power Bi, and in the dashbaord, I can click "Add tile", in real time data I can select that dataset and able to see the live time streaming in the line chart or gauge.

 

However, I stopped the streaming data for some days and today I started again, I found the dataset does not go to "streaming datasets" tab, which I cannot make real time data display in dashboard. Does anyone knows how to solve this problem?

 

1.jpg

 

Capture11.JPG

1 ACCEPTED SOLUTION

@maydaymiao @stathopi Please check this blog: Announcing Private Preview of Azure Stream Analytics Outputting to Power BI Streaming Datasets.

 

Best Regards,
Qiuyun Yu

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
webermat
New Member

I'm facing the same poblem. When I create the connection in stream analytics, the dataset is not going to be created in power bi. Does anyone has a solution for that?

stathopi
New Member

Any news on that? We are phasing the same issue...

Not yet, the problem is just couple of weeks ago, it worked in streaming datasets. But now, it never went to there.

@maydaymiao @stathopi Please check this blog: Announcing Private Preview of Azure Stream Analytics Outputting to Power BI Streaming Datasets.

 

Best Regards,
Qiuyun Yu

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi Qiuyun, Thanks for the reply, I reviewed the blog you attached and I understand the process. However, the current issue from my side is the dataset does not generate under "Streaming Datasets" of Power Bi Embeded, but just generate as a normal dataset. But just a few weeks ago, it worked as streaming dataset.

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.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

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.