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/stream-analytics/no-code-build-power-bi-dashboard.md
+9-12Lines changed: 9 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: xujxu
5
5
ms.author: xujiang1
6
6
ms.service: stream-analytics
7
7
ms.topic: how-to
8
-
ms.date: 2/17/2023
8
+
ms.date: 02/14/2024
9
9
---
10
10
11
11
# Build real-time dashboard with Power BI dataset produced from Stream Analytics no code editor
@@ -21,28 +21,25 @@ This article describes how you can use the no code editor to easily create a Str
21
21
## Develop a Stream Analytics job to create Power BI dataset with selected data
22
22
23
23
1. In the [Azure portal](https://portal.azure.com), locate and select the Azure Event Hubs instance.
24
-
1. Select **Features** > **Process Data** and then select **Start** on the **Build the real-time data dashboard with Power BI** card.
25
-
26
-
:::image type="content" source="./media/no-code-build-power-bi-dashboard/event-hub-process-data-templates.png" alt-text="Screenshot showing the Filter and ingest to ADLS Gen2 card where you select Start." lightbox="./media/no-code-build-power-bi-dashboard/event-hub-process-data-templates.png" :::
24
+
1. Select **Features** > **Process Data** and then select **Start** on the **Build near real-time data dashboard with Power BI** card.
27
25
26
+
:::image type="content" source="./media/no-code-build-power-bi-dashboard/event-hub-process-data-templates.png" alt-text="Screenshot showing the Process data page of an event hub." lightbox="./media/no-code-build-power-bi-dashboard/event-hub-process-data-templates.png" :::
28
27
1. Enter a name for the Stream Analytics job, then select **Create**.
29
28
30
29
:::image type="content" source="./media/no-code-build-power-bi-dashboard/create-new-stream-analytics-job.png" alt-text="Screenshot showing where to enter a job name." lightbox="./media/no-code-build-power-bi-dashboard/create-new-stream-analytics-job.png" :::
30
+
1. Specify the **Serialization type** of your data in the Event Hubs window and the **Authentication method** that the job uses to connect to the Event Hubs. Then select **Connect**.
31
31
32
-
1. Specify the **Serialization type** of your data in the Event Hubs window and the **Authentication method** that the job will use it to connect to the Event Hubs. Then select **Connect**.
1. When the connection is established successfully and you have data streams flowing into your Event Hubs instance, you immediately see two things:
36
34
- Fields that are present in the input data. You can choose **Add field** or select the three dot symbol next to a field to remove, rename, or change its type.
35
+
37
36
:::image type="content" source="./media/no-code-build-power-bi-dashboard/no-code-schema.png" alt-text="Screenshot showing the Event Hubs field list where you can remove, rename, or change the field type." lightbox="./media/no-code-build-power-bi-dashboard/no-code-schema.png" :::
38
37
- A live sample of incoming data in the **Data preview** table under the diagram view. It automatically refreshes periodically. You can select **Pause streaming preview** to see a static view of the sample input data.
38
+
39
39
:::image type="content" source="./media/no-code-build-power-bi-dashboard/no-code-sample-input.png" alt-text="Screenshot showing sample data under Data Preview." lightbox="./media/no-code-build-power-bi-dashboard/no-code-sample-input.png" :::
40
-
41
-
42
40
1. Select the **Manage** tile. In the **Manage fields** configuration panel, choose the fields you want to output. If you want to add all the fields, select **Add all fields**.
43
41
44
-
:::image type="content" source="./media/no-code-build-power-bi-dashboard/manage-fields-configuration.png" alt-text="Screenshot that shows the manage field operator configuration." lightbox="./media/no-code-build-power-bi-dashboard/manage-fields-configuration.png" :::
45
-
42
+
:::image type="content" source="./media/no-code-build-power-bi-dashboard/manage-fields-configuration.png" alt-text="Screenshot that shows the Manage field operator configuration." lightbox="./media/no-code-build-power-bi-dashboard/manage-fields-configuration.png" :::
46
43
1. Select **Power BI** tile. In the **Power BI** configuration panel, fill in needed parameters and connect.
47
44
-**Dataset**: it's the Power BI destination where the Azure Stream Analytics job output data is written into.
48
45
-**Table**: it's the table name in the Dataset where the output data goes to.
@@ -60,7 +57,7 @@ This article describes how you can use the no code editor to easily create a Str
60
57
-**Output data error handling** – It allows you to specify the behavior you want when a job’s output to your destination fails due to data errors. By default, your job retries until the write operation succeeds. You can also choose to drop such output events.
61
58
:::image type="content" source="./media/no-code-build-power-bi-dashboard/no-code-start-job.png" alt-text="Screenshot showing the Start Stream Analytics job options where you can change the output time, set the number of streaming units, and select the Output data error handling options." lightbox="./media/no-code-build-power-bi-dashboard/no-code-start-job.png" :::
62
59
63
-
1. After you select **Start**, the job starts running within two minutes, and the metrics will be open in tab section below.
60
+
1. After you select **Start**, the job starts running within two minutes, and the metrics will be open in tab section.
64
61
65
62
:::image type="content" source="./media/no-code-build-power-bi-dashboard/job-metrics-after-started.png" alt-text="Screenshot that shows the job metrics after it's started." lightbox="./media/no-code-build-power-bi-dashboard/job-metrics-after-started.png" :::
66
63
@@ -79,7 +76,7 @@ Now, you have the Azure Stream Analytics job running and the data is continuousl
79
76
:::image type="content" source="./media/no-code-build-power-bi-dashboard/pbi-dashboard-add-tile-select-dataset.png" alt-text="Screenshot of the pbi dashboard adding tile with selected dataset." lightbox="./media/no-code-build-power-bi-dashboard/pbi-dashboard-add-tile-select-dataset.png" :::
80
77
4. Fill in the tile details, and follow the next step to complete the tile configuration.
81
78
:::image type="content" source="./media/no-code-build-power-bi-dashboard/pbi-dashboard-add-tile-details.png" alt-text="Screenshot of the pbi dashboard adding tile with configured details." lightbox="./media/no-code-build-power-bi-dashboard/pbi-dashboard-add-tile-details.png" :::
82
-
5. Then, you can adjust its size and get the continuously updated dashboard as below.
79
+
5. Then, you can adjust its size and get the continuously updated dashboard as shown in the following example.
83
80
:::image type="content" source="./media/no-code-build-power-bi-dashboard/pbi-dashboard-report.png" alt-text="Screenshot of the pbi dashboard report." lightbox="./media/no-code-build-power-bi-dashboard/pbi-dashboard-report.png" :::
0 commit comments