Skip to content

Commit ce2a885

Browse files
authored
Merge pull request #107824 from Virginia001/work01
Work01
2 parents b68efa6 + 11d9efb commit ce2a885

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/time-series-insights/time-series-insights-update-tsm.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.workload: big-data
88
ms.service: time-series-insights
99
services: time-series-insights
1010
ms.topic: conceptual
11-
ms.date: 02/14/2020
11+
ms.date: 03/16/2020
1212
ms.custom: seodec18
1313
---
1414

@@ -205,11 +205,11 @@ Given the instance fields used in the previous definition and several time serie
205205

206206
| Time Series ID | Instance fields |
207207
| --- | --- |
208-
| ID1 | building = 1000”, “floor = “10”, “room = “55” |
209-
| ID2 | building = 1000”, “room = “55” |
210-
| ID3 | floor = “10” |
211-
| ID4 | building = 1000”, “floor = “10” |
212-
| ID5 | None of building”, “floor, or room is set. |
208+
| ID1 | "building" = "1000", "floor" = "10", "room" = "55" |
209+
| ID2 | "building" = "1000", "room" = "55" |
210+
| ID3 | "floor" = "10" |
211+
| ID4 | "building" = "1000", "floor" = "10" |
212+
| ID5 | None of "building", "floor", or "room" is set. |
213213

214214
Time Series **ID1** and **ID4** are displayed as part of hierarchy **H1** in the [Azure Time Series Insights explorer](time-series-insights-update-explorer.md) because they have fully defined and correctly ordered *building*, *floor*, and *room* parameters.
215215

@@ -339,7 +339,7 @@ Variables conform to the following JSON example:
339339
"Status": {
340340
"kind": "categorical",
341341
"value": {
342-
"tsx": "toLong($event.[Status].Double)"
342+
"tsx": "toLong($event.[Status].Double)"
343343
},
344344
"interpolation": {
345345
"kind": "step",
@@ -349,7 +349,7 @@ Variables conform to the following JSON example:
349349
},
350350
"categories": [
351351
{
352-
"values": [0, 1, 2, 3],
352+
"values": [0, 1, 2],
353353
"label": "Good"
354354
},
355355
{

0 commit comments

Comments
 (0)