mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-19 08:47:22 +00:00
Fixes
This commit is contained in:
parent
b9cce0b9b7
commit
d8aaa0646b
Binary file not shown.
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 32 KiB |
Binary file not shown.
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 26 KiB |
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
@ -35,8 +35,8 @@ In this section we share Power BI query sample to run a query using application
|
||||
|
||||
- Copy the below and paste it in the editor, after you update the values of _TenantId, _AppId, _AppSecret, _Query
|
||||
|
||||
```
|
||||
let
|
||||
```
|
||||
let
|
||||
|
||||
TenantId = "00000000-0000-0000-0000-000000000000", // Paste your own tenant ID here
|
||||
AppId = "11111111-1111-1111-1111-111111111111", // Paste your own app ID here
|
||||
@ -94,9 +94,9 @@ let
|
||||
Rows = Table.FromRecords(Results, Schema[Name]),
|
||||
Table = Table.TransformColumnTypes(Rows, Table.ToList(TypedSchema, (c) => {c{0}, c{2}}))
|
||||
|
||||
in Table
|
||||
in Table
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
- Click **Done**
|
||||
|
||||
@ -120,6 +120,9 @@ in Table
|
||||
|
||||

|
||||
|
||||
- View the results of your query
|
||||
|
||||

|
||||
|
||||
## Related topic
|
||||
- [Windows Defender ATP APIs](exposed-apis-intro.md)
|
||||
|
Loading…
x
Reference in New Issue
Block a user