I have built a universe which consists of 5 Dim tables, 2 Fact Tables and 1 Agg table with 2 aliases. After including all the joins and creating all the objects i have done a Integrity check and unfortunately i find there are 500 loops found which is not a sign of a good Universe.
Could you please assist me which is the best way? As of now the options that i see are
Creating Alaises for the Dimension tables and using Aggregate Awareness
Creating Contexts
Going for multiple Universes for each Fact table
Please let me know your inputs or if you need any more information.
Thanks for your reply…I have done the same thing. Creating contexts for each Fact table and setting Aggregate Navigation for each objects created from the Fact Table.