Skip to content

Commit f0b43c1

Browse files
committed
Update for revieew feedback
1 parent 8161566 commit f0b43c1

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed
2.22 KB
Loading
49.2 KB
Loading

articles/data-explorer/power-bi-connector.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ First, you connect to the Azure Data Explorer help cluster, then you bring in a
4848

4949
**Setting** | **Value** | **Field description**
5050
|---|---|---|
51-
| Cluster | *help* | The full cluster name is *help.kusto.windows.net*, but only the part before *kusto* is required here.|
52-
| Database | *Samples* | The sample database that is hosted on the cluster. |
53-
| Table name | *StormEvents* | One of the tables in the sample database. |
51+
| Cluster | *https://help.kusto.windows.net* | The URL for the help cluster. For other clusters, the URL is in the form *https://\<ClusterName\>.\<Region\>.kusto.windows.net*. |
52+
| Database | Leave blank | A database that is hosted on the cluster you're connecting to. We'll select this in a later step. |
53+
| Table name | Leave blank | One of the tables in the database, or a query like `StormEvents | take 1000`. We'll select this in a later step. |
5454
| Advanced options | Leave blank | Options for your queries, such as result set size. |
5555
| Data connectivity mode | *DirectQuery* | Determines whether Power BI imports the data or connects directly to the data source. |
5656
| | | |
@@ -59,7 +59,9 @@ First, you connect to the Azure Data Explorer help cluster, then you bring in a
5959

6060
![Sign in](media/power-bi-connector/sign-in.png)
6161

62-
1. On the **help: Samples: StormEvents** preview screen, select **Edit**.
62+
1. On the **Navigator** screen, expand the **Samples** database, select **StormEvents** then **Edit**.
63+
64+
![Select table](media/power-bi-connector/select-table.png)
6365

6466
The table opens in Power Query Editor, where you can edit rows and columns before importing the data.
6567

0 commit comments

Comments
 (0)