I would like to create a calculated measure that would take a monthly number and turn it into a daily number. I have a field Production_Date that I would like to find the last day of the month and use that to divide into another field called monthly_S&OP.
I have tried to just get the last day of the month and keep getting an error:
Here is the formula I am trying to use: Day(LastDayOfMonth({Production_Date}))