Forum Discussion

MAli_Ch's avatar
MAli_Ch
Regular Visitor
2 years ago
Solved

DAX changing its value

Hi, I'm working on a report where I have to show quarterly data based upon one or multiple years selected from the filter. I want to store the smallest year value for which i have created a measure s...
  • tamerj1's avatar
    2 years ago

    Hi MAli_Ch 

    please try

    MinYearSelected =
    MINX ( ALLSELECTED ( 'DIM_DATE'[REPORT_YEAR] ), 'DIM_DATE'[REPORT_YEAR] )