Skip to main content

Proportional split

The proportional method distributes the cost in proportion to each target item's share of the total value in the report. Use it when it's reasonable to assume that shared costs follow the same pattern as the costs you can attribute directly — larger consumers absorb a larger share.

The cost distributed to a target item is calculated as:

Source_total × (Target_origin / Sum_of_all_target_origins)

Split unallocated costs

Cloud Analytics supports splitting unallocated costs among resource groups (defined by allocation rules) using a group allocation.

Identify unallocated costs

The example below demonstrates how to find out the costs not assigned to a specific environment:

  1. Create two allocation rules, one for the Production environment, the other for the Development environment. See Create allocations.

    Tip

    Environments are typically defined using Hierarchy groups dimensions.

  2. Create a group allocation named Environments with the two rules.

  3. Go to the main Reports screen to create a new report.

  4. In the Group by section, select Allocations, and then select the newly created Environments group allocation.

  5. Run the report to see how the costs are allocated.

    Cloud spend attributed to environments - Stacked column view

You can add other dimensions to break down the costs.

Cloud spend attributed to environments - Service

Split the unallocated costs proportionally

  1. In the Group by section, select the kebab menu () at the rightmost end of the Environments allocation, and then select Split cost.

  2. Select Unallocated as the source item to split.

  3. Select the checkboxes of the target environments, and specify the distribution method as Proportional.

    Split cost

  4. Select Split cost and run the report to view the results.

    In the example below, the unallocated cost distributed to the Development environment is calculated as:

    Unallocated_total × (Development_origin / (Development_origin + Production_origin) )

    Distribute cost in a group allocation

    Tip

    To remove the column (- origin) that breaks down the redistributed cost, click Hide detailed breakdown and rerun the report.

See also