I'm using the below formula in an attempt to extract the month and year from the data view:
Date_Mnth_Yr = FORMAT(MONTH([Date]),"mmm")&"-"&YEAR([Date])
However the formula isn't updating for all the rows, instead using the same formatted value across all rows.