You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cost-management-billing/manage/direct-ea-azure-usage-charges-invoices.md
+21-6Lines changed: 21 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: View your Azure usage summary details and download reports for EA enrollm
3
3
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.
4
4
author: bandersmsft
5
5
ms.author: banders
6
-
ms.date: 07/14/2023
6
+
ms.date: 11/06/2023
7
7
ms.topic: how-to
8
8
ms.service: cost-management-billing
9
9
ms.subservice: enterprise
@@ -31,7 +31,7 @@ To review and verify the charges on your invoice, you must be an Enterprise Admi
31
31
32
32
## Review usage charges
33
33
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).
35
35
36
36
As an enterprise administrator:
37
37
@@ -179,7 +179,7 @@ Enterprise administrators and partner administrators can also view an overall su
179
179
180
180
## Download or view your Azure billing invoice
181
181
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.
183
183
184
184
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).
185
185
@@ -200,7 +200,22 @@ You receive an Azure invoice when any of the following events occur during your
200
200
- Visual Studio Professional (Annual)
201
201
-**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.
202
202
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.
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*.
404
419
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.
406
421
407
422
To import the CSV file without formatting issues:
408
423
409
424
1. In Microsoft Excel, go to **File** > **Open**. The Text Import Wizard appears.
410
425
1. Under **Original Data Type**, choose **delimited**. Default is **Fixed Width**.
411
426
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.
413
428
1. Select **Next**.
414
429
1. Scroll over to the **ResourceRate** and **ExtendedCost** columns.
415
430
1. Select the **ResourceRate** column. It appears highlighted in black.
0 commit comments