Forum Discussion
Anonymous
8 years agoNot applicable
how to Create calendar
How to create calendar in BI which show us Lease Start and End Date
- Anonymous7 years ago
Anonymous,
Please create the calendar table using DAX below and check if you get expected result.Date = CALENDAR(MIN(Table1[Start Date]),MAX(Table1[End Date]))
Regards,
Lydia - Anonymous7 years ago
Anonymous,
Glad to hear the issue is solved, you can accept my reply as answer to close this thread.
Regards,
Lydia
4 Replies
- AnonymousNot applicable
Anonymous,
Please create the calendar table using DAX below and check if you get expected result.Date = CALENDAR(MIN(Table1[Start Date]),MAX(Table1[End Date]))
Regards,
Lydia- AnonymousNot applicable
Thanks, got resolved
- AnonymousNot applicable
Anonymous,
Glad to hear the issue is solved, you can accept my reply as answer to close this thread.
Regards,
Lydia