Hello! So i have fact table with "ISSUE" with columns <date_create_issue> <date_close_issue>I have to analyze what issue opened & closed in days. In common <date_create_issue>!= <date_close_issue> and of course <date_close_issue> sometime is NULL Now i create 2 calendar alias (CALENDAR_CREATE_DATE, CALENDAR_CLOSE_DATE) on the same calendar table and connect in with fact on Phisical and Business level / I think it's not good idea. But it working. Is there more smart idea to analyze "ISSUE" Thank's for any idea