From 8c1306484fe2c2c71b5eeb4f53957cd3c6c3f6bc Mon Sep 17 00:00:00 2001 From: yanivkravitz Date: Mon, 21 Dec 2020 19:43:08 +0200 Subject: [PATCH] Update api-power-bi.md update Power Bi APi example so it will work in any case even for tenant with large number of devices --- .../threat-protection/microsoft-defender-atp/api-power-bi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/api-power-bi.md b/windows/security/threat-protection/microsoft-defender-atp/api-power-bi.md index 605b0f511a..86bfb94779 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/api-power-bi.md +++ b/windows/security/threat-protection/microsoft-defender-atp/api-power-bi.md @@ -46,7 +46,7 @@ The first example demonstrates how to connect Power BI to Advanced Hunting API a ``` let - AdvancedHuntingQuery = "DeviceEvents | where ActionType contains 'Anti'", + AdvancedHuntingQuery = "DeviceEvents | where ActionType contains 'Anti' | limit 20", HuntingUrl = "https://api.securitycenter.windows.com/api/advancedqueries",