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/costs/analyze-cost-data-azure-cost-management-power-bi-template-app.md
+46-2Lines changed: 46 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: This article explains how to install and use the Azure Cost Managem
4
4
keywords:
5
5
author: bandersmsft
6
6
ms.author: banders
7
-
ms.date: 02/12/2020
7
+
ms.date: 03/05/2020
8
8
ms.topic: conceptual
9
9
ms.service: cost-management-billing
10
10
ms.reviewer: benshy
@@ -38,7 +38,7 @@ To install the app:
38
38

39
39
9. In the dialog that appears, enter your EA enrollment number for **BillingProfileIdOrEnrollmentNumber**. Specify the number of months of data to get. Leave the default **Scope** value of **Enrollment Number**, then select **Next**.
40
40

41
-
10. The next dialog connects to Azure and gets data required for reserved instance recommendations. Leave the default values as configured and select **Sign in**.
41
+
10. The next dialog connects to Azure and gets data required for reserved instance recommendations. *Leave the default values as configured* and select **Sign in**.
42
42

43
43
11. The final installation step connects to your EA enrollment and requires an [Enterprise Administrator](../manage/understand-ea-roles.md) account. Select **Sign in** to authenticate with your EA enrollment. This step also starts a data refresh action in Power BI.
44
44

@@ -120,6 +120,50 @@ For details about how to use the report, see the [VM RI Coverage (shared recomme
120
120
121
121
**Price sheet** - The report shows a detailed list of prices specific to a Billing account or EA enrollment.
122
122
123
+
## Troubleshoot problems
124
+
125
+
If you're having issues with the Power BI app, the following troubleshooting information might help.
126
+
127
+
### BudgetAmount error
128
+
129
+
You might get an error stating:
130
+
131
+
```
132
+
Something went wrong
133
+
There was an error when processing the data in the dataset.
134
+
Please try again later or contact support. If you contact support, please provide these details.
135
+
Data source error: The 'budgetAmount' column does not exist in the rowset. Table: Budgets.
136
+
```
137
+
138
+
#### Cause
139
+
140
+
This error occurs because of a bug with the underlying metadata. The issue happens because there's no budget available under **Cost Management > Budget** in the Azure portal. The bug fix is in the process of getting deployed to the Power BI Desktop and Power BI service.
141
+
142
+
#### Solution
143
+
144
+
- Until the bug is fixed, you can work around the problem by adding a test budget in the Azure portal at the billing account/EA enrollment level. The test budget unblocks connecting with Power BI. For more information about creating a budget, see [Tutorial: Create and manage Azure budgets](tutorial-acm-create-budgets.md).
145
+
146
+
147
+
### Invalid credentials for AzureBlob error
148
+
149
+
You might get an error stating:
150
+
151
+
```
152
+
Failed to update data source credentials: The credentials provided for the AzureBlobs source are invalid.
153
+
```
154
+
155
+
#### Cause
156
+
157
+
This error occurs if you change the authentication method for the AutoFitComboMeter blob connection.
158
+
159
+
#### Solution
160
+
161
+
1. Connect to your data.
162
+
1. After you enter your EA enrollment and number of months, make sure that you leave the default value of **Anonymous** for Authentication method and **None** for the Privacy level setting.
163
+

164
+
1. On the next page, set **OAuth2** for the Authentication method and **None** set for Privacy level. Then, sign in to authenticate with your enrollment. This step also starts a Power BI data refresh.
165
+
166
+
123
167
## Data reference
124
168
125
169
The following information summarizes the data available through the app. There's also links to APIs that give in-depth details for data fields and values.
0 commit comments