You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cost-management-billing/automate/understand-usage-details-fields.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,13 +129,21 @@ The cost details file itself doesn’t uniquely identify individual records with
129
129
130
130
Some fields might differ in casing and spacing between account types. Older versions of pay-as-you-go cost details files have separate sections for the statement and daily cost.
131
131
132
-
## Reconcile charges for MCA accounts
132
+
## Reconcile charges in the cost and usage details file
133
133
134
-
MCA customers can use the following information to reconcile charges between billing and pricing currencies.
134
+
Microsoft Customer Agreement (MCA) customers can use the following information to reconcile charges between billing and pricing currencies.
135
135
136
-
1. Manually calculate the `CostInPricingCurrency` by: `(EffectivePrice)` * `(Quantity)`
137
-
2. Convert the calculated `CostInPricingCurrency` to the `CostInBillingCurrency` by: `(CalculatedCostinPricingCurrency)` * `(ExchangeRatePricingToBilling)`
138
-
3. Summarize the values that you calculated for `CostInBillingCurrency` and compare them to the invoice.
136
+
1. Manually calculate the `CostInPricingCurrency` by: `(EffectivePrice)` * `(Quantity)`
137
+
138
+
1. Convert the calculated `CostInPricingCurrency` to the `CostInBillingCurrency` by: `(CalculatedCostinPricingCurrency)` * `(ExchangeRatePricingToBilling)`
139
+
140
+
1. Summarize the values that you calculated for `CostInBillingCurrency` and compare them to the invoice.
141
+
142
+
Enterprise Agreement (EA) customers can reconcile their charges using the following computation:
143
+
144
+
Manually calculate the cost by multiplying the **Effective Price** by the **Quantity**:
145
+
146
+
`Cost` = `(EffectivePrice)` * `(Quantity)`
139
147
140
148
## Reconcile reservation purchases with usage records
0 commit comments