Hi Experts
I'm looking for guidance and help in converting a snowflake type physical schema to Dimensional Logical schema. from my reading and actual experience having snow flake logical it's not supported to use snowflake in BMM layer, i'm getting errors like nQSError: 15048 in the admin tool
in the physical schema i have a fact table Fact_A have relation to say Dim_A and Dim_B dim tables . these Dimension tables are fact tables with other Dimensional (e.g Dim_A (is now fact table) for Dim_C and Dim_D , ... and so on)
I'm new to OBIEE so appreciate more details and elaborations if possible
some thing i tried
1- in one blog (Linking Dimensions to Fact Tables in a Snowflake Schema Design | CodeIT – An OBIEE Blog )i read that we can have multiple star schemas (by creating different alias for the same table that plays different roles like fact and dimension) . i tried this but didn't work for me . i got error when i ran a simple analysis that join the data from the 2 star schemas i created . so i s this supported and should work?
2- i started creating a logical fact table with multiple logical table sources, but half way in i found all my tables became LTS in the this fact logical table and got confusing and complex for me at least, so i decided to stop and ask for more guidance
i want the simplest and most effective approach if possible