Search code examples
ssastabulardimensional-modeling

day and time dimension in star schema


Is it best practice to separate datetime into two dimensions: day and UTCtime especially in the context of tabular models? Google did not provide much information.

Thanks.


Solution

  • It depends on the data set you are analyzing, if you want to analyse on hour or minute it is better for performance to separate the dimensions. This would require Using a datekey and timekey for your fact tables.