Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Azure Consumption Insights | Get three months of data

Hi Everyone,

I have tried all of the suggestions from this community; perhaps I am overlooking a detail.

 

The situation: 

- Using Power BI desktop 2.71.5523.821 64-bit (July 2019)

- Connection through Azure Consumption Insights

- Fetching data from MicrosoftAzureConsumptionInsights.Tables

 

Also tried:

- Clearing cache

- Rebooting machine

- Every combination of the below query (except the correct one)

 

The query (enrollment id redacted)

let
optionalParameters = [numberOfMonth = 4, dataType="DetailCharges"],
Source = MicrosoftAzureConsumptionInsights.Tables(xxxxx, optionalParameters ),
usagedetails = Source{[Key="usagedetails"]}[Data],
#"Changed Type" = Table.TransformColumnTypes(usagedetails,{{"AccountOwnerId", type text}, {"Account Name", type text}, {"ServiceAdministratorId", type text}, {"SubscriptionId", Int64.Type}, {"SubscriptionGuid", type text}, {"Subscription Name", type text}, {"Month", type date}, {"Day", Int64.Type}, {"Year", Int64.Type}, {"Product", type text}, {"Meter ID", type text}, {"Meter Category", type text}, {"Meter Sub-Category", type text}, {"Meter Region", type text}, {"Meter Name", type text}, {"Resource Location", type text}, {"Consumed Service", type text}, {"Instance ID", type text}, {"ServiceInfo1", type text}, {"ServiceInfo2", type text}, {"AdditionalInfo", type text}, {"Tags", type text}, {"Store Service Identifier", type text}, {"Department Name", type text}, {"Cost Center", type text}, {"Unit Of Measure", type text}, {"Resource Group", type text}, {"Location", type text}, {"InstanceId", type text}, {"AccountId", Int64.Type}, {"DepartmentId", Int64.Type}, {"ProductId", Int64.Type}}),
#"Filtered Rows" = Table.SelectRows(#"Changed Type", each true)
in
#"Filtered Rows"

 

Can anyone tell me what I am missing/doing wrong?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hello - I have some information on this topic; thanks for the help Microsoft Business Intelligence. First off, I was not able to get the above query to import anything but the default numberOfMonth. The reason, according to the Microsoft Team, is because I used the Azure Consumption Insights Connector (Beta) from Power BI Desktop. This would be contrary to the recommended method of connecting to Azure through the Power BI Service. Sooooooo.

 

Microsoft gave me a Power BI Template file that imported the numberOfMonth correctly. Here is what I did to make MY Power BI Desktop file import numberOfMonth correctly:

1. Modified MY "Usage Details" query to the following:

2. = MicrosoftAzureConsumptionInsights.Contents(0, [ dataType = "DetailCharges", numberOfMonth = NumberOfMonth, enrollmentNumber = EnrollmentNumber ])

3. Create two parameters: NumberOfMonth and EnrollmentNumber

4. Refreshed the table

 

View solution in original post

2 REPLIES 2
v-diye-msft
Community Support
Community Support

Hi @Anonymous 

 

Sorry, I can't replicate your issue, please kindly raise it to support team for better advice:

https://powerbi.microsoft.com/en-us/support/

Support Ticket.gif

Community Support Team _ Dina Ye
If this post helps, then please consider Accept it as the solution to help the other members find it more
quickly.
Anonymous
Not applicable

Hello - I have some information on this topic; thanks for the help Microsoft Business Intelligence. First off, I was not able to get the above query to import anything but the default numberOfMonth. The reason, according to the Microsoft Team, is because I used the Azure Consumption Insights Connector (Beta) from Power BI Desktop. This would be contrary to the recommended method of connecting to Azure through the Power BI Service. Sooooooo.

 

Microsoft gave me a Power BI Template file that imported the numberOfMonth correctly. Here is what I did to make MY Power BI Desktop file import numberOfMonth correctly:

1. Modified MY "Usage Details" query to the following:

2. = MicrosoftAzureConsumptionInsights.Contents(0, [ dataType = "DetailCharges", numberOfMonth = NumberOfMonth, enrollmentNumber = EnrollmentNumber ])

3. Create two parameters: NumberOfMonth and EnrollmentNumber

4. Refreshed the table

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.