Skip to content

Commit a27d566

Browse files
committed
Add missing code block
1 parent 7801940 commit a27d566

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/iot-operations/get-started-end-to-end-sample/quickstart-get-insights.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,12 @@ Below are some more queries that you can use to add additional tiles to your das
261261
| project Timestamp, Temperature, FillWeight
262262
```
263263
* Query for a line chart tile, Temperature (F) vs. Energy Use*:
264+
```kql
264265
OPCUA
265266
| where Timestamp between (_startTime.._endTime)
266267
| where AssetId == _asset
267268
| project Timestamp, Temperature, EnergyUse
269+
```
268270
* Query for a stat tile, *Max temperature*:
269271
```kql
270272
OPCUA

0 commit comments

Comments
 (0)