IN AZURE STREAM ANALYTICS- The QUERY area for 2 different queries fail

MD DILLS 6 Reputation points
2022-06-12T19:17:08.337+00:00

I can run each query independently and get the correct results but when I stack one query ontop of the other it fails. Do I need to insert some sort of SQL Keyword?

The first query pulls the whole stream and uses the built in "spikes and dips" function. I output that to Power BI.

The second query is the same as the first but adds a where clause to return only the Anomalies ( as a subset of all the data) The result from this second query is outputed to Blob Storage.

Again each query works by itself but fails when i stack them. I think I should be able to do this in one "streaming job" or do I need to create a separate streaming job? Thanks in advance for any help here. Cheers,

MD

Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
330 questions
{count} votes