Forum Discussion
MAli_Ch
2 years agoRegular Visitor
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
2 years agoCommunity Champion
Hi MAli_Ch
please try
MinYearSelected =
MINX ( ALLSELECTED ( 'DIM_DATE'[REPORT_YEAR] ), 'DIM_DATE'[REPORT_YEAR] )