Is it possible to get all accounts in MS CRM Online with more than X contacts via odata (this is probably not possible via FetchXML)?
Something like (dummy code, does not work):
accounts?$apply=aggregate(contact_customer_accounts with countdistinct as total)/filter(total gt X)