API-vendor/container/cube/query/customer_order_price_sum.json

15 lines
211 B
JSON

{
"measures": [
"order.total",
"order.count"
],
"dimensions": [
"order.customer_email"
],
"filters": [],
"timeDimensions": [],
"order": {
"order.count": "desc"
},
"limit": 100
}