Forum Discussion
Data model
- 4 years ago
Best practices suggest creating dimension tables with unique values for fields common to different tables, creating one-to-many (single direction) relationships between these dimension tables and the corresponding fields in the fact tables.
you then use the diemnsion table fields in measures, slicers, visuals, filters...
The dimension tables provide the filter context for correct filtering and calculations
Best practices suggest creating dimension tables with unique values for fields common to different tables, creating one-to-many (single direction) relationships between these dimension tables and the corresponding fields in the fact tables.
you then use the diemnsion table fields in measures, slicers, visuals, filters...
The dimension tables provide the filter context for correct filtering and calculations