Skip to content

Commit 38b6702

Browse files
Merge pull request #278554 from guywi-ms/patch-118
Update analyze-usage.md
2 parents 25e5da5 + 3e7480a commit 38b6702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/logs/analyze-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Usage
7070
| where TimeGenerated > ago(32d)
7171
| where StartTime >= startofday(ago(31d)) and EndTime < startofday(now())
7272
| where IsBillable == true
73-
| summarize BillableDataGB = sum(Quantity) / 1024. by bin(StartTime, 1d), DataType
73+
| summarize BillableDataGB = sum(Quantity) / 1000. by bin(StartTime, 1d), DataType
7474
| render columnchart
7575
```
7676

0 commit comments

Comments
 (0)