Returns a new BreakdownSet filtered so that contains the Breakdowns for the named values. Values are matched case regardless of case and may include wild cards.
var issues = metrics.get('critical issues').getLatest();
//filter breakdowns by name and wildcard
var breakdown = issues.breakdown().filter('Severity', '*Type');