こんなかんじ。

$this->Foo->virtualFields['max'] = 'MAX(Foo.bar)';
$max = $this->Foo->find('first', array(
    'fields' => 'max'
));