Forum Discussion
Streaming Analytics DataSet not showing up in PowerBI
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
- ephaimm9 years agoNew Member
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
- ttrail9 years agoFrequent Visitor
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?
- VinayN9 years agoRegular Visitor
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 [email protected]
But, i haven't heard back anything from them as well.
Thanks in advance!