Skip to content

Commit d3d9ffb

Browse files
authored
Merge pull request #208061 from bandersmsft/calc-reservation-savings
MCM - Adding Calc EA reseravations savings
2 parents cbc790c + a0573ee commit d3d9ffb

13 files changed

+90
-0
lines changed
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
---
2+
title: Calculate EA reservations cost savings
3+
titleSuffix: Microsoft Cost Management
4+
description: Learn how Enterprise Agreement users manually calculate their reservations savings.
5+
author: bandersmsft
6+
ms.reviewer: nitinarora
7+
ms.service: cost-management-billing
8+
ms.subservice: reservations
9+
ms.topic: how-to
10+
ms.date: 08/15/2022
11+
ms.author: banders
12+
---
13+
14+
# Calculate EA reservations cost savings
15+
16+
This article helps Enterprise Agreement users manually calculate their reservations savings. In this article, you download your amortized usage and charges file, prepare an Excel worksheet, and then do some calculations to determine your savings. There are several steps involved and we'll walk you through the process.
17+
18+
> [!NOTE]
19+
> The prices shown in this article are for example purposes only.
20+
21+
Although the example process shown in this article uses Excel, you can use the spreadsheet application of your choice.
22+
23+
This article is specific to EA users. Microsoft Customer Agreement (MCA) users can use similar steps to calculate their reservation savings through invoices. However, the MCA amortized usage file doesn't contain UnitPrice (on-demand pricing) for reservations. Other resources in the file do. For more information, see [Download usage for your Microsoft Customer Agreement](understand-reserved-instance-usage-ea.md#download-usage-for-your-microsoft-customer-agreement).
24+
25+
## Required permissions
26+
27+
To view and download usage data as an EA customer, you must be an Enterprise Administrator, Account Owner, or Department Admin with the view charges policy enabled.
28+
29+
## Download all usage amortized charges
30+
31+
1. Sign in to the [Azure portal](https://portal.azure.com/).
32+
2. Search for _Cost Management + Billing_.
33+
:::image type="content" source="./media/calculate-ea-reservations-savings/search-cost-management.png" alt-text="Screenshot showing search for cost management." lightbox="./media/calculate-ea-reservations-savings/search-cost-management.png" :::
34+
3. If you have access to multiple billing accounts, select the billing scope for your EA billing account.
35+
4. Select **Usage + charges**.
36+
5. For the month you want to download, select **Download**.
37+
:::image type="content" source="./media/calculate-ea-reservations-savings/download-usage-ea.png" alt-text="Screenshot showing Usage + charges download." lightbox="./media/calculate-ea-reservations-savings/download-usage-ea.png" :::
38+
6. On the Download Usage + Charges page, under Usage Details, select **Amortized charges (usage and purchases)**.
39+
:::image type="content" source="./media/calculate-ea-reservations-savings/select-usage-detail-charge-type.png" alt-text="Screenshot showing the Download usage + charges window." lightbox="./media/calculate-ea-reservations-savings/select-usage-detail-charge-type.png" :::
40+
7. Select **Prepare document**.
41+
8. It could take a while for Azure to prepare your download, depending on your monthly usage. When it's ready for download, select **Download csv**.
42+
43+
## Prepare data and calculate savings
44+
45+
Because Azure usage files are in CSV format, you need to prepare the data for use in Excel. Then you calculate your savings.
46+
47+
1. Open the amortized cost file in Excel and save it as an Excel workbook.
48+
2. The data resembles the following example.
49+
:::image type="content" source="./media/calculate-ea-reservations-savings/unformatted-data.png" alt-text="Example screenshot of the unformatted amortized usage file." lightbox="./media/calculate-ea-reservations-savings/unformatted-data.png" :::
50+
3. In the Home ribbon, select **Format as Table**.
51+
4. In the Create Table window, select **My table has headers**.
52+
5. In the ReservationName column, set a filter to clear **Blanks**.
53+
:::image type="content" source="./media/calculate-ea-reservations-savings/reservation-name-clear-blanks.png" alt-text="Screenshot showing clear Blanks data." lightbox="./media/calculate-ea-reservations-savings/reservation-name-clear-blanks.png" :::
54+
6. Find the ChargeType column and then to the right of the column name, select the sort and filter symbol (the down arrow).
55+
7. For the **ChargeType** column, set a filter on it to select only **Usage**. Clear any other selections.
56+
:::image type="content" source="./media/calculate-ea-reservations-savings/charge-type-selection.png" alt-text="Screenshot showing ChargeType selection." lightbox="./media/calculate-ea-reservations-savings/charge-type-selection.png" :::
57+
8. To the right of **UnitPrice** , insert add a column and label it with a title like **TotalUsedSavings**.
58+
9. In the first cell under TotalUsedSavings, create a formula that calculates (_UnitPrice – EffectivePrice) \* Quantity_.
59+
:::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.
62+
:::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.
64+
:::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_.
68+
:::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.
72+
:::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+
74+
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).
75+
76+
## Other ways to get data and see savings
77+
78+
Using the preceding steps, you can repeat the process for any number of months. Doing so allows you to see your savings over a longer period.
79+
80+
Instead of manually calculating your savings, you can see the same savings by viewing the RI savings report in the [Cost Management Power BI App for Enterprise Agreements](../costs/analyze-cost-data-azure-cost-management-power-bi-template-app.md). The Power BI app automatically connects to your Azure data and performs the savings calculations automatically. The report shows savings for the period you have set, so it can span multiple months.
81+
82+
Instead of downloading usage files, one per month, you can get all your usage data for a specific date range using exports from Cost Management and output the data to Azure Storage. Doing so allows you to see your savings over a longer period. For more information about creating an export, see [Create and manage exported data](../costs/tutorial-export-acm-data.md).
83+
84+
## Next steps
85+
86+
- If you have any unused reservations, read [Optimize reservation use](manage-reserved-vm-instance.md#optimize-reservation-use).
87+
- Learn more about creating an export at [Create and manage exported data](../costs/tutorial-export-acm-data.md).
88+
- Read about the RI savings report in the [Cost Management Power BI App for Enterprise Agreements](../costs/analyze-cost-data-azure-cost-management-power-bi-template-app.md).
32.3 KB
Loading
194 KB
Loading
84.9 KB
Loading
Loading
36.2 KB
Loading
94.6 KB
Loading
Loading
16.3 KB
Loading
Loading

0 commit comments

Comments
 (0)