The above code worked for me with one tweak. Do not put single quotes around the $rowsarray variable.
$rowsarray = get_field('financialreports');
$rows = array_reverse($rowsarray);
if($rows)
Fix above also works for me. I havn’t tried turning off Post Types Order because I need it installed but hopefully this collision between the plugins gets solved.