Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

commitment discounts savings view showing wrong data due to unit price = 0 #7

Open
brunomiguelhenriques opened this issue Jul 21, 2023 · 3 comments
Labels
Resolution: External Issue caused by an external dependency

Comments

@brunomiguelhenriques
Copy link

brunomiguelhenriques commented Jul 21, 2023

i have an mca-e agreement and the formula to calculate on demand costs for RI savings is showing me this:

OnDemandCost = if ('CostDetails'[ChargeType]="Usage",'CostDetails'[Quantity]*'CostDetails'[UnitPrice], 0)

However the unit price column comes with 0 for billing events associated to reservations usage:

image

therefore on demand cost will never be higher then amortized costs.

@flanakin
Copy link
Owner

Unfortunately, Cost Management does not provide UnitPrice for MCA accounts. Due to this, we cannot calculate on-demand cost for MCA accounts. I can change it to set OnDemandCost to 0 and then update it when Cost Management fixes the bug or leave it as-is so it'll just start working as soon as Cost Management fixes the bug (without you having to update anything). What would you prefer?

@flanakin flanakin added the Type: 🐛 Bug Something isn't working label Jul 23, 2023
@brunomiguelhenriques
Copy link
Author

Thanks for the quick feedback Michael!

Currently leaving the OnDemandCost to 0 will not fix my issue because it won´t give the real billing accurate costs unfortunately.

So I assume the best option so far would be to the Cost Management team to fix this issue .

Best regards,

Bruno Henriques

@flanakin
Copy link
Owner

I'm going to keep this open in hopes that I can spend a little time to try to merge the pricesheet data or find another workaround...

@flanakin flanakin reopened this Jul 27, 2023
@flanakin flanakin added Resolution: External Issue caused by an external dependency and removed Type: 🐛 Bug Something isn't working labels Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: External Issue caused by an external dependency
Projects
None yet
Development

No branches or pull requests

2 participants