Skip to content

Commit 842cbf6

Browse files
Merge pull request #292960 from bandersmsft/calc-ea-res-savings
MCM - Update calc-res-savings for Samantha
2 parents 7a75fe7 + 7c97604 commit 842cbf6

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

articles/cost-management-billing/reservations/calculate-ea-reservations-savings.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
22
title: Calculate EA reservations cost savings
33
titleSuffix: Microsoft Cost Management
4-
description: Learn how Enterprise Agreement users manually calculate their reservations savings.
4+
description: Learn how Enterprise Agreement users can manually calculate reservation savings by downloading data, preparing an Excel worksheet, and performing calculations.
55
author: bandersmsft
66
ms.reviewer: primittal
77
ms.service: cost-management-billing
88
ms.subservice: reservations
99
ms.topic: how-to
10-
ms.date: 12/06/2024
10+
ms.date: 01/13/2024
1111
ms.author: banders
12+
#customer intent: As an Enterprise Agreement user, I want to learn about manually calculating my reservations savings.
1213
---
1314

1415
# Calculate EA reservations cost savings
@@ -56,19 +57,22 @@ Because Azure usage files are in CSV format, you need to prepare the data for us
5657
:::image type="content" source="./media/calculate-ea-reservations-savings/charge-type-selection-small.png" alt-text="Screenshot showing ChargeType selection." lightbox="./media/calculate-ea-reservations-savings/charge-type-selection.png" :::
5758
8. To the right of **UnitPrice** , insert add a column and label it with a title like **TotalUsedSavings**.
5859
9. In the first cell under TotalUsedSavings, create a formula that calculates (_UnitPrice – EffectivePrice) \* Quantity_.
60+
> [!NOTE]
61+
> If the unit price is $0.00, make sure that you don’t have any [Cost Allocation rules](../costs/allocate-costs.md#current-limitations) enabled. If Cost allocation rules are enabled, the unit price isn't displayed.
62+
5963
:::image type="content" source="./media/calculate-ea-reservations-savings/total-used-savings-formula.png" alt-text="Screenshot showing the TotalUsedSavings formula." lightbox="./media/calculate-ea-reservations-savings/total-used-savings-formula.png" :::
60-
10. Copy the formula to all the other empty TotalUsedSavings cells.
61-
11. At the bottom of the TotalUsedSavings column, sum the column's values.
64+
11. Copy the formula to all the other empty TotalUsedSavings cells.
65+
12. At the bottom of the TotalUsedSavings column, sum the column's values.
6266
:::image type="content" source="./media/calculate-ea-reservations-savings/total-used-savings-summed.png" alt-text="Screenshot showing the summed values." lightbox="./media/calculate-ea-reservations-savings/total-used-savings-summed.png" :::
63-
12. Somewhere under your data, create a cell named _TotalUsedSavingsValue_. Next to it, copy the TotalUsed cell and paste it as **Values**. This step is important because the next step will change the applied filter and affect the summed total.
67+
13. Somewhere under your data, create a cell named _TotalUsedSavingsValue_. Next to it, copy the TotalUsed cell and paste it as **Values**. This step is important because the next step will change the applied filter and affect the summed total.
6468
:::image type="content" source="./media/calculate-ea-reservations-savings/paste-value-used.png" alt-text="Screenshot showing pasting the TotalUsedSavings cell as Values." lightbox="./media/calculate-ea-reservations-savings/paste-value-used.png" :::
65-
13. For the **ChargeType** column, set a filter on it to select only **UnusedReservation**. Clear any other selections.
66-
14. To the right of the TotalUsedSavings column, insert a column and label it with a title like **TotalUnused**.
67-
15. In the first cell under TotalUnused, create a formula that calculates _EffectivePrice \* Quantity_.
69+
14. For the **ChargeType** column, set a filter on it to select only **UnusedReservation**. Clear any other selections.
70+
15. To the right of the TotalUsedSavings column, insert a column and label it with a title like **TotalUnused**.
71+
16. In the first cell under TotalUnused, create a formula that calculates _EffectivePrice \* Quantity_.
6872
:::image type="content" source="./media/calculate-ea-reservations-savings/total-unused-formula.png" alt-text="Screenshot showing the TotalUnused formula." lightbox="./media/calculate-ea-reservations-savings/total-unused-formula.png" :::
69-
16. At the bottom of the TotalUnused column, sum the column's values.
70-
17. Somewhere under your data, create a cell named _TotalUnusedValue_. Next to it, copy the TotalUnused cell and paste it as **Values**.
71-
18. Under the TotalUsedSavingsValue and TotalUnusedValue cells, create a cell named _ReservationSavings_. Next to it, subtract TotalUnusedValue from TotalUsedSavingsValue. The calculation result is your reservation savings.
73+
17. At the bottom of the TotalUnused column, sum the column's values.
74+
18. Somewhere under your data, create a cell named _TotalUnusedValue_. Next to it, copy the TotalUnused cell and paste it as **Values**.
75+
19. Under the TotalUsedSavingsValue and TotalUnusedValue cells, create a cell named _ReservationSavings_. Next to it, subtract TotalUnusedValue from TotalUsedSavingsValue. The calculation result is your reservation savings.
7276
:::image type="content" source="./media/calculate-ea-reservations-savings/reservation-savings.png" alt-text="Screenshot showing the ReservationSavings calculation and final savings." lightbox="./media/calculate-ea-reservations-savings/reservation-savings.png" :::
7377

7478
If you see a negative savings value, then you likely have many unused reservations. You should review your reservation usage to maximize them. For more information, see [Optimize reservation use](manage-reserved-vm-instance.md#optimize-reservation-use).

0 commit comments

Comments
 (0)