Skip to content

Commit 6d2a897

Browse files
authored
Merge pull request #105961 from sairashaik6/patch-1
Update utilization-cost-reports.md
2 parents 4baba7b + e0cb30b commit 6d2a897

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

articles/cost-management-billing/savings-plan/utilization-cost-reports.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,19 @@ You can charge back savings plan use to other organizations by subscription, res
120120

121121
### Determine savings resulting from savings plan
122122

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:
124124

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.
126126
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.
128136

129137
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.
130138

@@ -138,4 +146,4 @@ Group by **Charge Type** to see a breakdown of usage, purchases, and refunds; or
138146

139147
## Next steps
140148

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

Comments
 (0)