Skip to content

Commit 3e7480a

Browse files
authored
Update analyze-usage.md
1 parent 25e5da5 commit 3e7480a

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)