We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7801940 commit a27d566Copy full SHA for a27d566
articles/iot-operations/get-started-end-to-end-sample/quickstart-get-insights.md
@@ -261,10 +261,12 @@ Below are some more queries that you can use to add additional tiles to your das
261
| project Timestamp, Temperature, FillWeight
262
```
263
* Query for a line chart tile, Temperature (F) vs. Energy Use*:
264
+ ```kql
265
OPCUA
266
| where Timestamp between (_startTime.._endTime)
267
| where AssetId == _asset
268
| project Timestamp, Temperature, EnergyUse
269
+ ```
270
* Query for a stat tile, *Max temperature*:
271
```kql
272
0 commit comments