This document discusses best practices for designing dimensional aggregates that summarize data from a base data warehouse schema. It recommends defining the base schema carefully with proper grain declaration. Aggregate dimensions should conform to the same rules as base dimensions. Facts and dimensions in the aggregate schema should match those in the base schema. Aggregate schemas should be stored separately for each level of aggregation to avoid incorrect results. The document provides guidance on naming conventions, dimension and fact table design, and documenting the aggregate schema.