Skip to content

Commit 87ca283

Browse files
authored
Merge pull request #94481 from LisaLeib/ks-powerbi-again
Ks powerbi again pull request
2 parents a0cd377 + 9a17423 commit 87ca283

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

articles/search/knowledge-store-connect-power-bi.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,21 @@ ms.date: 11/04/2019
1919
2020
In this article, learn how to connect to and explore a knowledge store using Power Query in the Power BI Desktop app. You can get started faster with templates, or build a custom dashboard from scratch.
2121

22-
## Prerequisites
22+
+ Follow the steps in [Create a knowledge store in the Azure portal](knowledge-store-create-portal.md) or [Create an Azure Cognitive Search knowledge store by using REST](knowledge-store-create-rest.md) to create the sample knowledge store used in this walkthrough. You will also need the name of the Azure storage account that you used to create the knowledge store, along with its access key from the Azure portal.
2323

2424
+ [Install Power BI Desktop](https://powerbi.microsoft.com/downloads/)
2525

26-
+ You'll need a knowledge store, with a projection into Azure Table storage. You will also need the name of the Azure Storage account used to create the knowledge store, along with its access key from the Azure portal.
26+
## Sample Power BI template - Azure portal only
2727

28-
If you want to work with a sample knowledge store, follow the instructions to [create a knowledge store](knowledge-store-create-portal.md).
28+
If you [created your knowledge store using the Azure Portal](knowledge-store-create-portal.md), you can use the [Azure Cognitive Search Power BI template sample](https://github.com/Azure-Samples/cognitive-search-templates) to view and experiment with Power BI visualizations. This template is also available for download when you step through the **Import data** wizard.
2929

30-
## Create a custom report
30+
The sample template will automatically perform the setup steps outlined in the remainder of this article. However, if you used the REST API to create your knowledge store, skip the template and use the remaining sections in this article to connect your knowledge store to Power BI. Start with [Connect with Power BI](#connect-with-power-bi).
31+
32+
The sample template includes several visualizations, such as WordCloud and Network Navigator. Note that some visualizations in the template, such as the Locations map and the Entity-Graph Viewer, will not show data for the sample knowledge store created in [Create a knowledge store in the Azure portal](knowledge-store-create-portal.md). This is because only a subset of the AI enrichments available in the **Import data** wizard were used.
33+
34+
![Sample Azure Cognitive Search Power BI Template](media/knowledge-store-connect-power-bi/powerbi-sample-template-portal-only.png "Sample Power BI template")
35+
36+
## Connect with Power BI
3137

3238
1. Start Power BI Desktop and click **Get data**.
3339

articles/search/knowledge-store-create-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ In this wizard step, you will create a skillset with cognitive skill enrichments
8383
1. Expand **Attach Cognitive Services**. **Free (Limited enrichments)** is selected by default. You can use this resource because number of records in HotelReviews-Free.csv is 19 and this free resource allows up to 20 transactions a day.
8484
1. Expand **Add cognitive skills**.
8585
1. For **Skillset name**, enter `hotel-reviews-ss`.
86-
1. For **Source data field**, select **reviews_text*.
86+
1. For **Source data field**, select **reviews_text**.
8787
1. For **Enrichment granularity level**, select **Pages (5000 characters chunks)**
8888
1. Select these cognitive skills:
8989
+ **Extract key phrases**

articles/search/knowledge-store-view-storage-explorer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ In this article, you'll learn by example how to connect to and explore a knowled
2020

2121
## Prerequisites
2222

23-
+ Follow the steps in [Create a knowledge store in Azure portal](knowledge-store-create-portal.md) to create the sample knowledge store used in this walkthrough.
23+
+ Follow the steps in [Create a knowledge store in Azure portal](knowledge-store-create-portal.md) or [Create an Azure Cognitive Search knowledge store by using REST](knowledge-store-create-rest.md) to create the sample knowledge store used in this walkthrough.
2424

2525
+ You will also need the name of the Azure storage account that you used to create the knowledge store, along with its access key from the Azure portal.
2626

27-
## View, edit and query a knowledge store in Storage Explorer
27+
## View, edit, and query a knowledge store in Storage Explorer
2828

2929
1. In the Azure portal, [open the Storage account](https://ms.portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.Storage%2storageAccounts/) that you used to create the knowledge store.
3030

177 KB
Loading

0 commit comments

Comments
 (0)