Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I've created a Streaming Analytics job using an event hub.
I've verified the Event Hub is working and receiving data.
I've set the ASA query to
SELECT SUM(Duration) AS Duration, ApplicationName, DatabaseName, ServerName, NTCanonicalUserName INTO output2 FROM input1 TIMESTAMP BY EndTime GROUP BY ApplicationName, DatabaseName, ServerName, NTCanonicalUserName, TumblingWindow(second,60)
I've set output2 to point to PowerBI using the same authorized user as my Azure portal, gave it a DataSet and Table name, pointed it to My Workspace.
Testing the output and input both return a success in the portal.
The job starts successfully.
But when I go to PowerBI the dataset doesn't appear.
I'm sure something isn't configured correctly, but there's basically no logs or documentaiton to check to see what's happening under the hood for me to troubleshoot.
What should I be checking for?
Two suggestions:
1. Send the same output to a blob storage account in CSV format and view file to verify your query is producing output
2. I've had encouneterd a similr error when trying to use "TIMESTAMP BY". Try removing that from your query to see if the dataset shows up in power bi, if so, you may want to add "EndTime" to list of fields in your select query.
I hope this helps
I have the same issue. I have checked that the data is coming through correctly in blog storage. I have added an "EndTime" column, but the dataset from stream analytics still does not appear in Power BI
I have a similar issue. My dataset shows up under "Streaming datasets" but I'm unable to create reports, tiles or complete a Q&A because all of the fields appear to have no data. Interestingly enough, if I select the tile, choose edit and look at the Technical Details, the next refresh isn't until 9999. Does that mean it'll never refresh to get any actual data?
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!
Hi, did you get this issue resolved? I am having the same issue.
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:
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!
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
24 | |
17 | |
17 | |
13 | |
11 |
User | Count |
---|---|
32 | |
20 | |
19 | |
18 | |
11 |