Hello,
In a modelled data source, how would I:
- Sort the entire table by date descending (not just the values in date column)
- Filter the entire table by removing rows that has a Recipient Count is less than 10
So far, I can only do these functions on the column alone, not for the entire table.
Thank you!