MB-910 • Practice Test 13
Free MB-910 practice test — 15 questions with explanations. Set 13. No signup required.
You are analyzing customer purchase data. What does this KQL query return?
Refer to the exhibit. The following is a portion of a KQL query used in Customer Insights: CustomerInsights | where Timestamp >= datetime(2024-01-01) | summarize TotalPurchases = sum(Amount) by CustomerId | where TotalPurchases > 500