Forum Discussion

jkapso751's avatar
jkapso751
Icon for Helper I rankHelper I
2 years ago
Solved

data model design question - merge vs. relationship

Hi all, Novice here - just trying to figure out the best approach for designing the model. My example has two tables.  I have three columns (company code, customer type, and product) which, when co...
  • DataInsights's avatar
    DataInsights
    2 years ago

    jkapso751,

     

    That looks right, creating individual filter arguments in CALCULATE. If you want to complete the star schema, you could create tables DimEntity, DimProduct, etc. This would enable you to add attributes to each dimension (e.g., Product Group) and slice by these in visuals. If you have an overall filter or slicer for Product or Business Function, consider using ALLSELECTED instead of ALL so the filter/slicer remains in effect. Glad you got it working.