Sort Table to Latest, Oldest Dates with a Button

I have created amazon reviews table in Power BI by stacking multiple columns on top of each other using Concatenatex function. There is a date column in it.

Is there any way to create 2 buttons Latest and Oldest to sort latest reviews and Oldest reviews. Is there any dax query to do that? Or we just need to use Bookmarks and buttons?

reviews

It looks like there is no way to program buttons except to use bookmarks.

I have changed my approach and created slicer that dynamically changes filter parameter to date, likes and comments. :slightly_smiling_face: