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/savings-plan/utilization-cost-reports.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,11 +120,19 @@ You can charge back savings plan use to other organizations by subscription, res
120
120
121
121
### Determine savings resulting from savings plan
122
122
123
-
Get the Amortized costs data and filter the data for a savings plan instance. Then:
123
+
Get the Amortized costs data and filter the data for a `PricingModel` = `SavingsPlan`. Then:
124
124
125
-
1. Get estimated pay-as-you-go costs. Multiply the `UnitPrice` value with `Quantity` values to get estimated pay-as-you-go costs if the savings plan discount didn't apply to the usage.
125
+
1. Get estimated pay-as-you-go costs or customer discounted cost. Multiply the `UnitPrice` value with `Quantity` values to get estimated pay-as-you-go costs if the savings plan discount didn't apply to the usage.
126
126
2. Get the savings plan costs. Sum the `Cost` values to get the monetary value of what you paid for the savings plan. It includes the used and unused costs of the savings plan.
127
-
3. Subtract savings plan costs from estimated pay-as-you-go costs to get the estimated savings.
127
+
3. Subtract estimated pay-as-you-go costs from savings plan costs to get the estimated savings.
128
+
129
+
To know the Savings made out of public list price:
130
+
Get public or list price cost. Multiply the `PayGPrice` value with `Quantity` values to get public-list-price costs.
131
+
Get Savings made out of savings plan against public list price. Subtract estimated public-list-price costs from `Cost`.
132
+
133
+
To know the % savings made out of discounted price for customer:
134
+
Get Savings made out of savings plan against discounts given to customer. Subtract estimated pay-as-you-go from `Cost`.
135
+
Get % discount applied on each line item. Divide `Cost` with public-list-price and then divide by 100.
128
136
129
137
Keep in mind that if you have an underutilized savings plan, the `UnusedBenefit` entry for `ChargeType` becomes a factor to consider. When you have a fully utilized savings plan, you receive the maximum savings possible. Any `UnusedBenefit` quantity reduces savings.
130
138
@@ -138,4 +146,4 @@ Group by **Charge Type** to see a breakdown of usage, purchases, and refunds; or
138
146
139
147
## Next steps
140
148
141
-
- Learn more about how to [Charge back Azure saving plan costs](charge-back-costs.md).
149
+
- Learn more about how to [Charge back Azure saving plan costs](charge-back-costs.md).
0 commit comments