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
Super User
6 years agoAnonymous , 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.
Anonymous
6 years agoNot applicable
Thanks for your reply. I changed my measure based upon your suggestion but no changes appeared in that measure. The issue is also not solved. Kindly check my attached screenshot and help me on this issue.