You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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:
therefore on demand cost will never be higher then amortized costs.
The text was updated successfully, but these errors were encountered: