mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-07-01 10:13:39 +00:00
Merge pull request #8855 from yanivkravitz/patch-1
Update api-power-bi.md
This commit is contained in:
@ -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",
|
||||
|
||||
|
Reference in New Issue
Block a user