Show up to X number of rows?

Let’s say I have a table that has 100 rows. One of the columns is a date column. Is there a way I can get the table to only show the 5 most recent rows (based on that date column)? Or the 2 most recent rows? (some specific number of rows, I mean)

I’m assuming this is a filter function (show max # or something like that), but I’m not sure how to go about it…

Hi @Kelly_Claus ,
you might find it useful:

2 Likes