I would like to filter data table and perform some calculation for each row of the filtered data table. I know I can do this in 2 steps: 1) filter data table and assign to new object, 2) calculate what i need on the already filtered table.I would like to filter data table and perform s