Skip to content

Commit b18833f

Browse files
committed
Freshness
1 parent 6cf05a0 commit b18833f

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

articles/synapse-analytics/get-started-visualize-power-bi.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ description: In this tutorial, you learn how to use Power BI to visualize data i
44
author: whhender
55
ms.author: whhender
66
ms.reviewer: whhender
7-
ms.date: 10/16/2023
7+
ms.date: 12/16/2024
88
ms.service: azure-synapse-analytics
99
ms.subservice: business-intelligence
1010
ms.topic: tutorial
1111
---
1212

13-
# Visualize data with Power BI
13+
# Tutorial: Visualize data with Power BI
1414

1515
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.
1616

@@ -23,24 +23,29 @@ From the NYC Taxi data, we created aggregated datasets in two tables:
2323
- **nyctaxi.passengercountstats**
2424
- **SQLDB1.dbo.PassengerCountStats**
2525

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.
2727

28-
### Create a Power BI workspace
28+
## Create a Power BI workspace
2929

3030
1. Sign in to [powerbi.microsoft.com](https://powerbi.microsoft.com/).
3131
1. Select **Workspaces**, then select **Create a workspace**. Create a new Power BI workspace named **NYCTaxiWorkspace1** or similar, since this name must be unique.
3232

33-
### Link your Azure Synapse workspace to your new Power BI workspace
33+
## Link your Azure Synapse workspace to your new Power BI workspace
3434

3535
1. In Synapse Studio, go to **Manage** > **Linked Services**.
3636
1. Select **New** > **Connect to Power BI**.
3737
1. Set **Name** to **NYCTaxiWorkspace1** or similar.
3838
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+
3943
1. Select **Create**.
44+
1. Publish to create the linked service.
4045

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
4247

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.)
4449
1. Go to **NYCTaxiWorkspace1** > **Power BI datasets** and select **New Power BI dataset**. Select **Start**.
4550
1. Select the **SQLPOOL1** data source, select **Continue**.
4651
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
5964
1. Select **Save** to save your changes.
6065
1. Choose the file name `PassengerAnalysis.pbix`, and then select **Save**.
6166
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.
6368

64-
### Configure authentication for your dataset
69+
## Configure authentication for your dataset
6570

6671
1. Open [powerbi.microsoft.com](https://powerbi.microsoft.com/) and **Sign in**.
6772
1. On the left side, under **Workspaces**, select the **NYCTaxiWorkspace1** workspace.
6873
1. Inside that workspace, locate a dataset called **Passenger Analysis** and a report called **Passenger Analysis**.
6974
1. Hover over the **PassengerAnalysis** dataset, select the ellipsis (...) button, and then select **Settings**.
7075
1. In **Data source credentials**, select **Edit**, set the **Authentication method** to **OAuth2**, and then select **Sign in**.
7176

72-
### Edit a report in Synapse Studio
77+
## Edit a report in Synapse Studio
7378

7479
1. Go back to Synapse Studio and select **Close and refresh**.
7580
1. Go to the **Develop** hub.

0 commit comments

Comments
 (0)