MB-920 • Practice Test 42
Free MB-920 practice test — 15 questions with explanations. Set 42. No signup required.
Refer to the exhibit. A Dynamics 365 Finance analyst runs the KQL query shown against the FinanceTransactions table. What is the result?
Refer to the exhibit. KQL query: FinanceTransactions | where Date >= datetime(2023-01-01) and Date < datetime(2024-01-01) | summarize TotalAmount = sum(Amount) by AccountCategory | top 5 by TotalAmount desc