I have a Power Apps Data table and this data table retrieves my SharePoint list [Vacation Budget] records. I have already removed multiple records in the data table using the RemoveIf function based on the SharePoint list choice field value. But, my requirement is how to delete the last two rows or the middle of three rows in the Power Apps data table.
Code is: 
RemoveIf( 'Vacation Budget', Category.Value = "Entertainment" )
Please suggest any code for this requirement...