|
1 | 1 | ---
|
2 | 2 | title: Calculate EA reservations cost savings
|
3 | 3 | 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. |
5 | 5 | author: bandersmsft
|
6 | 6 | ms.reviewer: primittal
|
7 | 7 | ms.service: cost-management-billing
|
8 | 8 | ms.subservice: reservations
|
9 | 9 | ms.topic: how-to
|
10 |
| -ms.date: 12/06/2024 |
| 10 | +ms.date: 01/13/2024 |
11 | 11 | ms.author: banders
|
| 12 | +#customer intent: As an Enterprise Agreement user, I want to learn about manually calculating my reservations savings. |
12 | 13 | ---
|
13 | 14 |
|
14 | 15 | # 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
|
56 | 57 | :::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" :::
|
57 | 58 | 8. To the right of **UnitPrice** , insert add a column and label it with a title like **TotalUsedSavings**.
|
58 | 59 | 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 | + |
59 | 63 | :::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. |
62 | 66 | :::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. |
64 | 68 | :::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_. |
68 | 72 | :::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. |
72 | 76 | :::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" :::
|
73 | 77 |
|
74 | 78 | 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