Hi I have a DataTable that pulls through data from a Sharepoint list, the DataTable is filtered to only show records for teh current year and data for the Current User.
SortByColumns(Filter('Toolbox Talk Monthly Returns', Name = 'Pull-Through-Current-User'.Text && Right('Date.',4) = Text(Year(Now()))),SortColumn,If(SortDecending,Ascending,Descending))
For some reason it will not show records for December, the SharePoint list has not been altered and that does hold December records.

Any ideas welcomed.
Many thanks