Use the Engineering | Expression Field Date functions
Use today() function to calculate days since an event.
Calculate days since [End Date].
Note: [End Date] is a date-time field, so the date() function is used to extract the date from the datetime.
DaysAgo = today() - date([end Date])