Forum Discussion
Anonymous
6 years agoNot applicable
Urgent Help---Filter issues
Hi Everyone, I created one calender table by using start date and end date in that table I created columns for fiscal years. Then I created a two measures for min of start date and max of en...
amitchandak
6 years agoSuper User
Anonymous , if the tables are connected then use on min max for such cases
FMinimum date = MIN('Test'[startdate]
FMaximum date = MAX('Test'[enddate])
These will take year context of row.