Forum Discussion
Anonymous
10 years agoNot applicable
Streaming Analytics DataSet not showing up in PowerBI
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 Dura...
cnwakanma
10 years agoFrequent Visitor
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