Forum Discussion
Help with Date table
- Anonymous8 years ago
Joerobert,
You can create a normal calendar table as Greg_Deckler's post, and create a date type field using dax in your fact table, then create one-to-many relationship between calendar table and fact table.
Do you get any issues using the above method?
Regards,
Lydia
I am looking at this again, using a date table while carrying date/time in my fact table and I am only seeing a relationship with the rows where the timestamp ends in 12:00:00 AM. It does look like I might need to carry a timestamp in my date table and therefore carrying a duration for every minute.
Joerobert,
You can create a normal calendar table as Greg_Deckler's post, and create a date type field using dax in your fact table, then create one-to-many relationship between calendar table and fact table.
Do you get any issues using the above method?
Regards,
Lydia
- Joerobert8 years agoAdvocate V
Thanks Lydia, i acutally performed this very same task to get my issues resolved; just coverted the original column in my fact table to date type and I am now able to bring in all the rows through the relationship.
Thanks for your help!