23 Oct 2024 09:11 PM - edited 24 Oct 2024 02:24 PM
Our finance team needed a solution to export cost data from Dynatrace for forecasting so we built a solution for finance users to view this data inside PowerBI. This enabled users to massage the data to their needs and share it amongst others on their team.
Data flow:
The diagram above gives a visual representation of how the data is delivered to the user. The data automation process is described below:
Dynatrace workflow runs daily pulling data from multiple endpoints under the Dynatrace Platform Subscription path via the Account Management API. More information on this path and API can be found here: https://docs.dynatrace.com/docs/dynatrace-api/account-management-api/dynatrace-platform-subscription...
Data from these endpoints gets delivered to Azure Blob Storage each in an individual JSON doc
User pulls JSON docs from Azure Blob Storage with SAS token via PowerBI to view cost data
Further information:
23 Oct 2024 09:13 PM
Great topic