Forum Discussion
vipeshdeore82
Apr 11, 2024Copper Contributor
How we get Actual saving number once into Cost management portal of Azure for VM reservation
We have done multiple reservations for VM,SQL pass services but unable to find any kind of details for actual realise Saving numbers at anywhere in the Azure Cost management portal same is for s...
Dirk_Brinkmann
Microsoft
Apr 17, 2024vipeshdeore82
As of today, you need to calculate the actual, realized savings yourself based on amortized data (e.g. as part of a custom report in PowerBI). The formula looks like this: (UnitPrice – EffectivePrice) * Quantity
See:
https://learn.microsoft.com/en-us/azure/cost-management-billing/reservations/calculate-ea-reservations-savings
You can use the PBI reports provided in the FinOps Toolkit. They include this calculation. See https://microsoft.github.io/finops-toolkit/power-bi
Regarding the Coverage: You can easily create such a report in Azure Cost Management by selecting the Amortized Data set, group by "Pricing Model" and filter e.g. on "Virtual Machine" Meter Category:
Regards,
You can use the PBI reports provided in the FinOps Toolkit. They include this calculation. See https://microsoft.github.io/finops-toolkit/power-bi
Regarding the Coverage: You can easily create such a report in Azure Cost Management by selecting the Amortized Data set, group by "Pricing Model" and filter e.g. on "Virtual Machine" Meter Category:
Regards,
Dirk