Forum Discussion
PowerBI Desktop to pull Azure billing data
- Anonymous8 years ago
I ended switching to using json to pull the data through the API and this has let me pull the data but I have another issue that I will post as a seperate question. THanks for everyones assistance.!
Got it, I tried this using the Microsoft Azure Consumption Insights with the PowerBI Web and it did work. However, this wont work for me as I have spent a substnatial amount of time building out the Desktop solution for charging out all of our Azure costs to the different departments in our company and Im pulling data from several internal systems including some Excel files.
The Desktop Microsoft Azure Enterprise connect worked perfectly for me, I dont understand why Micoroft removed this. Any suggestions on how to make the Desktop work?
Anonymous,
Please connect to Microsoft Azure Consumption Insights PBIT file in Power BI Desktop and check if you can build your desired reports.
Regards,
Lydia
- Anonymous8 years agoNot applicable
Thanks, but I get the exact same error
- Anonymous8 years agoNot applicable
Anonymous,
Please use Fiddler to capture the trace and share the trace file to us.
Regards,
Lydia - stretcharm8 years agoMemorable Member
Hi,
I've just updated all api key and my old powerbi doc works.
I basically get the details for my report.
This is the basics of what I'm using.
let Source = AzureEnterprise.Tables("https://ea.azure.com/rest/??EnrNo??"), Detail = Source{[Key="Detail"]}[Data] in DetailI was also able to create a new connection using AzureConsumptionInsights and selected UsageDetails.
let
Source = MicrosoftAzureConsumptionInsights.Tables(??EnrNo??, []),
usagedetails = Source{[Key="usagedetails"]}[Data]
in
usagedetails - Anonymous8 years agoNot applicable
I ended switching to using json to pull the data through the API and this has let me pull the data but I have another issue that I will post as a seperate question. THanks for everyones assistance.!
- nagarjunakan6 years agoHelper I
Hi @Allan77R2V1,
Please share that Microsoft Azure consumption insights pbit file
Thanks in advance!
Regards,
Naga - nagarjunakan6 years agoHelper I
Hi Allan77R2V1,
Please share that Microsoft Azure consumption insights pbit file
Thanks in advance!
regards
Naga