This query works:
requests
| where timestamp >= ago(7d)
| reduce by name
This one fails with "I could not parse that, sorry."
requests
| where timestamp >= ago(7d)
| reduce by name [ with threshold=0.01 ]
The docs say this should work....
https://azure.microsoft.com/en-us/documentation/articles/app-insights-analytics-reference/#reduce-operator