Creating star schema groups
Star schema groups provide context about objects that belong together, which makes the model more intuitive.
Star schema groups can also facilitate multiple-fact reporting by allowing the repetition of shared dimensions in different groups. For more information, see What are multi-fact, multi-grain queries.
Star schema groups also provide context for queries with multiple join paths. By creating star schema groups in the business view of the model, you can clarify which join path to select when many are available. This is particularly useful for fact-less queries.
In a star schema design, numeric, transactional data is contained in a central fact table with related dimension tables radiating out from the fact table.

Star schema groups can contain the selected dimensions, query subjects, or shortcuts. The objects in a star schema group cannot reference, or be referenced by, any object outside the group. Therefore, Framework Manager automatically creates a shortcut for any object that is referenced by an object outside the group.
- dates of sales (Time)
- locations of sales (Region)
- product details (Product)
- customer information (Customer)
You include quantity in the fact table.