This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Guys,
I've been through this for some times. Really bugging me now. Today I have create a new version of simple data sending to IoT-Hub. Then stream analytics will stream incoming data from IoT-Hub as Input and sink into PowerBi Pro Account as Output. On the Query, I have made simple
SELECT
*
INTO
[outgoing]
FROM
[incoming]
But turns out, no dataset were created on PowerBi "Dataset". This been happening for 3 projects where no dataset has been auto create at the time, stream analytics process it. Does anyone have the idea? Direct streaming dataset using API is not a problem but the architecture is must be through Azure services and this is the problem I'm facing, no new dataset were created after process on Stream Analytics. Need some clarification and advice
Solved! Go to Solution.
Yeah. I found that the dataset is exist on Streaming Dataset part, not like previous which in datasets panel.
So which mean, its can be Real-Time Streaming. This was great. Thanks
I'm facing the same issue. Does anyone has a solution for that?
I do have the same problem. When I make a connection with stream analytics in azure portal, the dataset is not going to be created in the power bi. Is there a solution?
I do have the same problem. When I create a connection in stream analytics to power bi, it's not creating a dataset in power bi. Does anyone has a solution for that?
Yeah. I found that the dataset is exist on Streaming Dataset part, not like previous which in datasets panel.
So which mean, its can be Real-Time Streaming. This was great. Thanks
@liey87, Where is the streaming dataset part, the place where your dataset was sitting instead of my workspace-->dataset ? Can you please send a snapshot?
Hello everyone,
I am facing a similar issue. My query is quite simple:
SELECT
*
INTO
[OutputJob]
FROM
[InputJob]
Input Job is receiving input data from Event Hub and is tested successfully.
Output Job is pointed to Power BI, creating a new DataSet and a new Table. But, I do not see the new DataSet and the Table in the Power BI under my selected Work Space. Please provide me some inputs.
Also, as per the link:
http://community.powerbi.com/t5/Integrations-with-Files-and/Dataset-is-not-created-from-azure-stream...
I have mailed my Azure Subscription ID and the region i want to see the data in, to ASAtoPBIStreaming@microsoft.com
But, i haven't heard back anything from them as well.
Thanks in advance!
Are you using the feature introduced in this blog? It seems that it is available for private preview and you need to email ASAtoPBIStreaming@microsoft.com with your Azure subscription ID and the region you’d like to enable for private preview.
And there is a step to step guide here and the dataset is created in the end.
Best Regards,
Herbert
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.