Which intervals did you specify ?
Try like this and see if it returns the metric(s) for any of the intervals
Get-StatType-Entity$vm-Interval"Past Day"|where {$_-match"mem.active"}
Get-StatType-Entity$vm-Interval"Past Week"|where {$_-match"mem.active"}
Get-StatType-Entity$vm-Interval"Past Month"|where {$_-match"mem.active"}
Get-StatType-Entity$vm-Interval"Past Year"|where {$_-match"mem.active"}