Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Filter top 5 earliest dates from a column in Power Query

In Power Query, I'm trying to filter my 'Date Created' column to show the longest running CI Intiatives (aka the ones with the earliest date created) but I can only see how to filter it the single most earliest and not for the top 5 earliest Date Created?

  • You can sort by the column and then do a 'Keep rows' , specifying the number of rows (This creates a Table.FirstN command)

1 Reply

  • HotChilli's avatar
    HotChilli
    Icon for Community Champion rankCommunity Champion

    You can sort by the column and then do a 'Keep rows' , specifying the number of rows (This creates a Table.FirstN command)