Skip to content

Commit f8b0f31

Browse files
author
Saveen Reddy
authored
Update get-started.md
1 parent b641a08 commit f8b0f31

File tree

1 file changed

+25
-19
lines changed

1 file changed

+25
-19
lines changed

articles/synapse-analytics/get-started.md

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -209,38 +209,35 @@ You can orchestrate a wide variety of tasks in Azure Synapse. In this section, y
209209
* Click **Publish All** and the pipeline will run every hour
210210
* If you want to make the pipeline run now without waiting for the next hour click **Add trigger > New/edit**
211211
212-
## Monitor activites
213-
214-
* In Synapse Studio, Navigate to the monitor hub.
215-
* In this location you can see a history of all the activites taking place in the workspace and which ones are active now.
216-
* Explore the **Pipeline runs**, **Apache Spark applications**, and **SQL requests** and you can see what you've already done in the workspace.
217-
218-
219-
220212
221213
## Visualize data with Power BI
222214
223215
Your data can now be easily analyzed and visualized in Power BI. Synapse offers a unique integration which allows you to link a Power BI workspace to you Synapse workspace. Before starting, frist follow the steps in this [quickstart](quickstart-power-bi.md) to link your Power BI workspace.
224216
225-
### Create an link a PowerBI Workspace
226-
* Using any method you want create a PowerBI workspace called `NYXTaxiWorkspace`
217+
### Create a PowerBI Workspace and link it to your Synapse Workspace
218+
* Log into powerbi.microsoft.com
219+
* Create a new PowerBI workspace called `NYXTaxiWorkspace1`
227220
* In Synapse Studio, navigate to the **Manage > Linked Services**
228-
* Click **+ New** and click **Connect to PowerBI**
229-
* Set **Name** to `NYXTaxiWorkspace1`
230-
* Set **Workspace name** to `NYXTaxiWorkspace1`
221+
* Click **+ New** and click **Connect to PowerBI** and set these fields:
222+
* Set **Name** to `NYXTaxiWorkspace1`
223+
* Set **Workspace name** to `NYXTaxiWorkspace1`
231224
* Click **Create**
232225
233-
### Create PowerBI dataset for the data in your Synapse Workspace
226+
### Create a PowerBI dataset that uses data in your Synapse workspace
234227
* In Synapse Studio, navigate to the **Develop > Power BI **
235-
* Navigate to **NYXTaxiWorkspace > Power BI datasets** and click **New Power BI dataset**
228+
* Navigate to **NYXTaxiWorkspace1 > Power BI datasets** and click **New Power BI dataset**
236229
* Hover over the SQLDB1 database and select **Download .pbids file**
237-
* Open the downloaded pbids file. This will launch Power BI desktop and automatically connect it to SQLDB1
238-
* The Navigator dialog will open. When it does check the **PassengerCountStats** table and click **Load**
230+
* Open the downloaded `.pbids` file. This will launch Power BI desktop and automatically connect it to SQLDB1 in your synapse workspace.
231+
* If you see a dialog appear called **SQL server database**:
232+
* Select **Microsoft account**
233+
* Click **Sign in** and log in
234+
* Click **Connect**
235+
* The **Navigator** dialog will open. When it does check the **PassengerCountStats** table and click **Load**
239236
* A **Connection settings** dialog will appear. Select **DirectQuery** and click **OK**
240237
* Click on the **Report** button on the left
241238
* Add **Line chart** to your report
242-
* Drag the **PasssengerCount** column to **Visualizations > Axis**
243-
* Drag the **SumTripDistance** and **AvgTripDistance** columns to **Visualizations > Values**
239+
* Drag the **PasssengerCount** column to **Visualizations > Axis**
240+
* Drag the **SumTripDistance** and **AvgTripDistance** columns to **Visualizations > Values**
244241
* In the **Home** tab, click **Publish** and save with this filename `PassengerAnalysis.pbix` and select your PowerBI workspace
245242
* Wait for publishing to finish
246243
@@ -261,3 +258,12 @@ Your data can now be easily analyzed and visualized in Power BI. Synapse offers
261258
* Close any windows showing the PowerBI report
262259
* Refresh the **Power BI reports** node
263260
* Click on the report and now you can edit the report directly within Synapse Studio
261+
262+
## Monitor activites
263+
264+
* In Synapse Studio, Navigate to the monitor hub.
265+
* In this location you can see a history of all the activites taking place in the workspace and which ones are active now.
266+
* Explore the **Pipeline runs**, **Apache Spark applications**, and **SQL requests** and you can see what you've already done in the workspace.
267+
268+
269+

0 commit comments

Comments
 (0)