Dataset Calculated Fields
ifelse(
{split_cost} + {split_unused_cost} = 0,
NULL,
{split_cost} / ({split_cost} + {split_unused_cost})
)Last updated
ifelse(
{split_cost} + {split_unused_cost} = 0,
NULL,
{split_cost} / ({split_cost} + {split_unused_cost})
)Last updated
ifelse(isNotNull({split_cost}) AND {split_cost} > 0, "Yes", "No")ifelse({billing_entity} = "AWS Marketplace", {unblended_cost}, 0)ifelse({billing_entity} = "AWS Marketplace" AND {charge_type} = "Usage", {unblended_cost}, 0)ifelse({billing_entity} = "AWS Marketplace" AND {charge_type} = "Fee", {unblended_cost}, 0)ifelse({billing_entity} = "AWS Marketplace", "Yes", "No")ifelse({billing_entity} = "AWS", {unblended_cost}, 0)ifelse({billing_entity} = "AWS Marketplace", "Marketplace", "AWS")ifelse(
{charge_type} = 'SavingsPlanCoveredUsage',
{savings_plan_coverage} / nullIf({savings_plan_coverage} + {savings_plan_effective_cost}, 0),
NULL
)ifelse(
{charge_type} = 'SavingsPlanCoveredUsage',
{savings_plan_coverage} - {savings_plan_effective_cost},
0
)ifelse({savings_plan_coverage} > 0, "Yes", "No")ifelse(strlen({ai_operation_type}) > 0, {cost}, NULL)ifelse(
locate('_Global', {usage_type}) > 0 AND strlen({ai_operation_type}) > 0, 'Global (Cross-Region)',
ifelse(strlen({ai_operation_type}) > 0, 'Regional (Hardcoded)', NULL)
)