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-visualize-power-bi.md
+15-10Lines changed: 15 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ description: In this tutorial, you learn how to use Power BI to visualize data i
4
4
author: whhender
5
5
ms.author: whhender
6
6
ms.reviewer: whhender
7
-
ms.date: 10/16/2023
7
+
ms.date: 12/16/2024
8
8
ms.service: azure-synapse-analytics
9
9
ms.subservice: business-intelligence
10
10
ms.topic: tutorial
11
11
---
12
12
13
-
# Visualize data with Power BI
13
+
# Tutorial: Visualize data with Power BI
14
14
15
15
In this tutorial, you learn how to create a Power BI workspace, link your Azure Synapse workspace, and create a Power BI data set that utilizes data in your Azure Synapse workspace.
16
16
@@ -23,24 +23,29 @@ From the NYC Taxi data, we created aggregated datasets in two tables:
23
23
-**nyctaxi.passengercountstats**
24
24
-**SQLDB1.dbo.PassengerCountStats**
25
25
26
-
You can link a Power BI workspace to your Azure Synapse workspace. This capability allows you to easily get data into your Power BI workspace. You can edit your Power BI reports directly in your Azure Synapse workspace.
26
+
You can link a Power BI workspace to your Azure Synapse workspace. This capability allows you to easily get data into your Power BI workspace. You can edit your Power BI reports directly in your Azure Synapse workspace.
27
27
28
-
###Create a Power BI workspace
28
+
## Create a Power BI workspace
29
29
30
30
1. Sign in to [powerbi.microsoft.com](https://powerbi.microsoft.com/).
31
31
1. Select **Workspaces**, then select **Create a workspace**. Create a new Power BI workspace named **NYCTaxiWorkspace1** or similar, since this name must be unique.
32
32
33
-
###Link your Azure Synapse workspace to your new Power BI workspace
33
+
## Link your Azure Synapse workspace to your new Power BI workspace
34
34
35
35
1. In Synapse Studio, go to **Manage** > **Linked Services**.
36
36
1. Select **New** > **Connect to Power BI**.
37
37
1. Set **Name** to **NYCTaxiWorkspace1** or similar.
38
38
1. Set **Workspace name** to the Power BI workspace you created earlier, similar to **NYCTaxiWorkspace1**.
39
+
40
+
>[!TIP]
41
+
>If the workspace name doesn't load, select **Edit** and then enter your workspace ID. You can find the ID in the URL for the PowerBI workspace: `https://msit.powerbi.com/groups/<workspace id>/`
42
+
39
43
1. Select **Create**.
44
+
1. Publish to create the linked service.
40
45
41
-
###Create a Power BI dataset that uses data in your Azure Synapse workspace
46
+
## Create a Power BI dataset that uses data in your Azure Synapse workspace
42
47
43
-
1. In Synapse Studio, go to **Develop** > **Power BI**.
48
+
1. In Synapse Studio, go to **Develop** > **Power BI**. (If you don't see Power BI, refresh the page.)
44
49
1. Go to **NYCTaxiWorkspace1** > **Power BI datasets** and select **New Power BI dataset**. Select **Start**.
45
50
1. Select the **SQLPOOL1** data source, select **Continue**.
46
51
1. Select **Download** to download the `.pbids` file for your `NYCTaxiWorkspace1SQLPOOL1.pbids` file. Select **Continue**.
@@ -59,17 +64,17 @@ You can link a Power BI workspace to your Azure Synapse workspace. This capabili
59
64
1. Select **Save** to save your changes.
60
65
1. Choose the file name `PassengerAnalysis.pbix`, and then select **Save**.
61
66
1. In the **Publish to Power BI** window, under **Select a destination**, choose your `NYCTaxiWorkspace1`, and then select **Select**.
62
-
1. Wait for publishing to finish.
67
+
1. Wait for publishing to finish.
63
68
64
-
###Configure authentication for your dataset
69
+
## Configure authentication for your dataset
65
70
66
71
1. Open [powerbi.microsoft.com](https://powerbi.microsoft.com/) and **Sign in**.
67
72
1. On the left side, under **Workspaces**, select the **NYCTaxiWorkspace1** workspace.
68
73
1. Inside that workspace, locate a dataset called **Passenger Analysis** and a report called **Passenger Analysis**.
69
74
1. Hover over the **PassengerAnalysis** dataset, select the ellipsis (...) button, and then select **Settings**.
70
75
1. In **Data source credentials**, select **Edit**, set the **Authentication method** to **OAuth2**, and then select **Sign in**.
71
76
72
-
###Edit a report in Synapse Studio
77
+
## Edit a report in Synapse Studio
73
78
74
79
1. Go back to Synapse Studio and select **Close and refresh**.
0 commit comments