Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

What is wrong with my structure?

Hi there   I have a data structure consisting of a fact table and i've joined a general date dimension to that table via a full date. I'm using import as the query method.  I've used this structu...
  • Greg_Deckler's avatar
    7 years ago

    From everything that I am seeing, it is your time component that is causing the problem, you should create another column that is only the Date component and join on that. the 12:00:00 AM entries join correctly because a Date value with no time component is a 0 for the decimal component, which means 12:00:00 AM.