This commit is contained in:
David Laufer 2018-08-23 14:55:51 +03:00
parent 9c9d0cf1fd
commit 375c98f0eb
2 changed files with 6 additions and 6 deletions

View File

@ -13,13 +13,13 @@ ms.localizationpriority: medium
ms.date: 30/07/2018
---
# Create custom reports using Power BI
# Create custom reports using Power BI (app authentication)
Run advanced queries and show results in Microsoft Power BI. Please read about [Advanced Hunting API](run-advanced-query-api.md) before.
In this section we share Power BI query sample to run a query using application token.
In this section we share Power BI query sample to run a query using **application token**.
If you want to use user token instead please refer to [this](run-advanced-query-sample-power-bi-user-token.md) tutorial.
If you want to use **user token** instead please refer to [this](run-advanced-query-sample-power-bi-user-token.md) tutorial.
>**Prerequisite**: You first need to [create an app](exposed-apis-create-app-webapp.md).

View File

@ -13,13 +13,13 @@ ms.localizationpriority: medium
ms.date: 30/07/2018
---
# Create custom reports using Power BI
# Create custom reports using Power BI (user authentication)
Run advanced queries and show results in Microsoft Power BI. Please read about [Advanced Hunting API](run-advanced-query-api.md) before.
In this section we share Power BI query sample to run a query using user token.
In this section we share Power BI query sample to run a query using **user token**.
If you want to use application token instead please refer to [this](run-advanced-query-sample-power-bi-app-token.md) tutorial.
If you want to use **application token** instead please refer to [this](run-advanced-query-sample-power-bi-app-token.md) tutorial.
>**Prerequisite**: You first need to [create an app](exposed-apis-create-app-nativeapp.md).