Skip to content

Commit 98dec6d

Browse files
authored
Merge pull request #257661 from bandersmsft/advanced-download-report-ea
MCM - Update direct-ea-usage-charges for advanced
2 parents 06b6564 + 3d0b419 commit 98dec6d

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

articles/cost-management-billing/manage/direct-ea-azure-usage-charges-invoices.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: View your Azure usage summary details and download reports for EA enrollm
33
description: This article explains how enterprise administrators of direct and indirect Enterprise Agreement (EA) enrollments can view a summary of their usage data, Azure Prepayment consumed, and charges associated with other usage in the Azure portal.
44
author: bandersmsft
55
ms.author: banders
6-
ms.date: 07/14/2023
6+
ms.date: 11/06/2023
77
ms.topic: how-to
88
ms.service: cost-management-billing
99
ms.subservice: enterprise
@@ -31,7 +31,7 @@ To review and verify the charges on your invoice, you must be an Enterprise Admi
3131

3232
## Review usage charges
3333

34-
To view detailed usage for specific accounts, download the usage detail report. Usage files may be large. If you prefer, you can use the exports feature to get the same data exported to an Azure Storage account. For more information, see [Export usage details to a storage account](../costs/tutorial-export-acm-data.md).
34+
To view detailed usage for specific accounts, download the usage detail report. Usage files can be large. If you prefer, you can use the exports feature to get the same data exported to an Azure Storage account. For more information, see [Export usage details to a storage account](../costs/tutorial-export-acm-data.md).
3535

3636
As an enterprise administrator:
3737

@@ -179,7 +179,7 @@ Enterprise administrators and partner administrators can also view an overall su
179179

180180
## Download or view your Azure billing invoice
181181

182-
An EA administrator can download the invoice from the [Azure portal](https://portal.azure.com) or have it sent in email. Invoices are sent to whoever is set up to receive invoices for the enrollment. If someone other than an EA administrator needs an email copy of the invoice, an EA administrator can send them a copy.
182+
An EA administrator can download the invoice from the [Azure portal](https://portal.azure.com) or send it in email. Invoices are sent to whoever is set up to receive invoices for the enrollment. If someone other than an EA administrator needs an email copy of the invoice, an EA administrator can send them a copy.
183183

184184
Only an Enterprise Administrator has permission to view and download the billing invoice. To learn more about getting access to billing information, see [Manage access to Azure billing using roles](manage-billing-access.md).
185185

@@ -200,7 +200,22 @@ You receive an Azure invoice when any of the following events occur during your
200200
- Visual Studio Professional (Annual)
201201
- **Marketplace charges** - Azure Marketplace purchases and usage aren't covered by your organization's credit. So, you're invoiced for Marketplace charges despite your credit balance. In the Azure portal, an Enterprise Administrator can enable and disable Marketplace purchases.
202202

203-
Your invoice displays Azure usage charges with costs associated to them first, followed by any Marketplace charges. If you have a credit balance, it's applied to Azure usage. Your invoice shows Azure usage and Marketplace usage without any cost last.
203+
Your invoice displays Azure usage charges with costs associated to them first, followed by any Marketplace charges. If you have a credit balance, it gets applied to Azure usage. Your invoice shows Azure usage and Marketplace usage without any cost last.
204+
205+
### Advanced report download
206+
207+
You can use the Download Advanced Report to get reports that cover specific date ranges for the selected accounts. The output file is in CSV format to accommodate large record sets.
208+
209+
1. Sign in to the [Azure portal](https://portal.azure.com).
210+
1. Search for **Cost Management + Billing** and select it.
211+
1. Select **Billing scopes** from the navigation menu and then select the billing account that you want to work with.4. In the left navigation menu, select Billing profiles and select the billing profile that you want to work with.
212+
1. In the navigation menu, select **Usage + Charges**.
213+
1. At the top of the Usage + charges page, select **Download Advanced report**.
214+
1. Select a date range and the accounts to include in the report.
215+
1. Select **Download**.
216+
1. You can also download files from the **Report History**. It shows the latest reports that you downloaded.
217+
218+
:::image type="content" source="./media/direct-ea-azure-usage-charges-invoices/download-advanced-report.png" alt-text="Screenshot showing the Download Advanced Report page." lightbox="./media/direct-ea-azure-usage-charges-invoices/download-advanced-report.png" :::
204219

205220
### Download your Azure invoices (.pdf)
206221

@@ -402,14 +417,14 @@ However, you *should* see:
402417

403418
The formatting issue occurs because of default settings in Excel's import functionality. Excel imports all fields as *General* text and assumes that a number is separated in the mathematical standard. For example: *1,000.00*.
404419

405-
If your currency uses a period (**.**) for the thousandth place separator and a comma (**,**) for the decimal place separator, it's displayed incorrectly. For example: *1.000,00*. The import results may vary depending on your regional language setting.
420+
If your currency uses a period (**.**) for the thousandth place separator and a comma (**,**) for the decimal place separator, it gets displayed incorrectly. For example: *1.000,00*. The import results might vary depending on your regional language setting.
406421

407422
To import the CSV file without formatting issues:
408423

409424
1. In Microsoft Excel, go to **File** > **Open**. The Text Import Wizard appears.
410425
1. Under **Original Data Type**, choose **delimited**. Default is **Fixed Width**.
411426
1. Select **Next**.
412-
1. Under **Delimiters**, select the box for **Comma**. Clear **Tab** if it's selected.
427+
1. Under **Delimiters**, select the box for **Comma**. Clear **Tab** if selected.
413428
1. Select **Next**.
414429
1. Scroll over to the **ResourceRate** and **ExtendedCost** columns.
415430
1. Select the **ResourceRate** column. It appears highlighted in black.
Loading

0 commit comments

Comments
 (0)