Useful if you need it (which probably won't be that often). This method helps handle the fact that the DATE, FIRSTDATE and LASTDATE functions do weird things with dates prior to 1900.
MyYear = IF(YEAR(FIRSTDATE(Table[Date]))>3000,YEAR(FIRSTDATE(Table[Date])-1900,YEAR(FIRSTDATE(Table[Date])))
User | Count |
---|---|
90 | |
32 | |
32 | |
17 | |
13 |
User | Count |
---|---|
98 | |
27 | |
21 | |
16 | |
16 |