Forum Discussion
waleed111
6 years agoHelper V
calendar cannot be blank
when i use this formula: Date = CALENDAR('List View'[start date], 'List View'[end date]) it show me this error: The start date or end date in Calendar function can not be Blank value.
waleed111
6 years agoHelper V
i use measure not colomn therefore max and min not work with measure may be
amitchandak
6 years agoSuper User
waleed111 , If I have a list table I can calendar using the column that table has
Calendar(min(List View[Start date]), Max(List View[End Date]))
Check the Attached Pbix , How I done with My tables