You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/synapse-analytics/get-started.md
+25-19Lines changed: 25 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,38 +209,35 @@ You can orchestrate a wide variety of tasks in Azure Synapse. In this section, y
209
209
* Click **Publish All** and the pipeline will run every hour
210
210
* If you want to make the pipeline run now without waiting for the next hour click **Add trigger > New/edit**
211
211
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
-
220
212
221
213
## Visualize data with Power BI
222
214
223
215
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.
224
216
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`
227
220
* 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`
231
224
* Click **Create**
232
225
233
-
### Create PowerBI dataset for the data in your Synapse Workspace
226
+
### Create a PowerBI dataset that uses data in your Synapse workspace
234
227
* 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**
236
229
* 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**
239
236
* A **Connection settings** dialog will appear. Select **DirectQuery** and click **OK**
240
237
* Click on the **Report** button on the left
241
238
* 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**
244
241
* In the **Home** tab, click **Publish** and save with this filename `PassengerAnalysis.pbix` and select your PowerBI workspace
245
242
* Wait for publishing to finish
246
243
@@ -261,3 +258,12 @@ Your data can now be easily analyzed and visualized in Power BI. Synapse offers
261
258
* Close any windows showing the PowerBI report
262
259
* Refresh the **Power BI reports** node
263
260
* 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.
0 commit comments