I have a DAX function that calculates the previous period.
My_previous_period = (CALCULATE([All_work], DATEADD([Month], -1, MONTH)))
The prob