Forum Discussion
sreeparam
10 years agoNew Member
Timeline graph for Stream Analytics for the past one hour
I have the below query to show the Temperature of the device by timeline in stream analytics using live data SELECT DeviceId,DeviceFields.Temperature as Temperature,System.Timestamp AS time INT...
sirui_sun
Microsoft Employee
9 years agosreeparam - for your scenario, try the following Q&A query:
"Temperature DeviceId over time last 1 hour"
This should give you a line chart with time on the x-axis, temperature on the y-axis, and Device ID as the legend.