Hello @Knell, Stephen Thank you for reaching out to us on Microsoft Q&A platform. Happy to help!
From the title of the question, I understand that you want to work out savings made through reservations and savings plans and wanted an alternative solution/suggestion to accomplish it.Once the usages details amortized raw data is pulled in Cost Management Connector in PowerBI Desktop, you can create 3 custom columns as below with the respective formulas:
OnDemand cost – If no RI 🡪 The formulae you will use here is [UnitPrice]*[Quantity]
Cost with RI 🡪 The formulae you will use here is [EffectivePrice]*[Quantity]
Savings 🡪 The formulae you will use here is [OnDemand Cost]-[Cost With RI]
Generally the amortized usage will show the unitprice for the chargetype usage and pricing model as Reservation. If you are seeing 0, you might have ActualUsage instead of amortized usage.
Hope this helps. If you need further assistance, you can reach out to Azure cost management support team by raising a support request. The ticket enables you to work closely with the support engineers and get a quick resolution to your issue.
Here is the link - https://docs.microsoft.com/en-us/azure/azure-portal/supportability/how-to-create-azure-support-request to create support case.
Note: Cost Management support is included in the Basic Support Plan without any charge.
https://azure.microsoft.com/en-us/support/plans/
If the response helped, do "Accept Answer" and up-vote it