Given a filtered column example of production dates:
It is clear how to get the first and last date, but I need the second production date. Note that any date could have multiple repeats. I have gotten it in DAX Studio using LASTDATE and TOPN, but I am stuck creating it as a calculated column.