Forum Discussion
Data Modeling
- Anonymous3 months ago
Hi VK-Vishnu ,
If you have already implemented a star schema and the common slicers are still not filtering all visuals correctly, then the issue may be related to the relationship configuration rather than the schema design itself. In a star schema, shared dimension tables should filter all connected fact tables through active one-to-many relationships.
Could you please share a screenshot or diagram of your current data model, including the relationships between the 3 fact tables and 4 dimension tables? Also, please confirm whether the slicers are built from dimension tables and whether all relationships are active.
This will help identify whether the issue is related to relationship paths, filter propagation, or model design.
Hi,
In your case:
Create a master date table and connect it with the respective tables and ensure that the relationships are correctly defined (one to many) and single direction.
Use columns from this master date table for all your slicers to ensure uniformality across pages.