I'm trying to create a new column that is the calculated end of month from the date in another column. Using this formula, but getting error that "EOMONTH" wasn't recognized
= Table.AddColumn(#"Renamed Columns", "AccountingDate", each EOMONTH([DATE],0))