I have 2 date fields in my fact table start_date and end_date. Fact table is connected to the dim date with start_date. I need to slice data by the second date field so I've created another date dimension similar to the first dim date and connected the key to the end_date in the fact table, but for some reason there's no relation between them when I browse the cube.
I made sure the keys are in the same format, data type etc. The new dim date is 'marked as date table'. What am I missing?
Thanks a lot.