Skip to content

Commit 2540eb1

Browse files
author
Jill Grant
authored
Merge pull request #266340 from spelluru/asatutorial02142
Freshness review - ASA
2 parents 05f96ab + b516526 commit 2540eb1

9 files changed

+9
-12
lines changed
-23.8 KB
Loading
6.04 KB
Loading
-282 KB
Loading
-28 KB
Loading
-45.5 KB
Loading
14.4 KB
Loading
-19.4 KB
Loading
-24.4 KB
Loading

articles/stream-analytics/no-code-build-power-bi-dashboard.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: xujxu
55
ms.author: xujiang1
66
ms.service: stream-analytics
77
ms.topic: how-to
8-
ms.date: 2/17/2023
8+
ms.date: 02/14/2024
99
---
1010

1111
# 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
2121
## Develop a Stream Analytics job to create Power BI dataset with selected data
2222

2323
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.
2725

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" :::
2827
1. Enter a name for the Stream Analytics job, then select **Create**.
2928

3029
:::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**.
3131

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**.
3332
:::image type="content" source="./media/no-code-build-power-bi-dashboard/event-hub-configuration.png" alt-text="Screenshot showing the Event Hubs connection configuration." lightbox="./media/no-code-build-power-bi-dashboard/event-hub-configuration.png" :::
34-
3533
1. When the connection is established successfully and you have data streams flowing into your Event Hubs instance, you immediately see two things:
3634
- 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+
3736
:::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" :::
3837
- 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+
3939
:::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-
4240
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**.
4341

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" :::
4643
1. Select **Power BI** tile. In the **Power BI** configuration panel, fill in needed parameters and connect.
4744
- **Dataset**: it's the Power BI destination where the Azure Stream Analytics job output data is written into.
4845
- **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
6057
- **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.
6158
:::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" :::
6259

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

6562
:::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" :::
6663

@@ -79,7 +76,7 @@ Now, you have the Azure Stream Analytics job running and the data is continuousl
7976
:::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" :::
8077
4. Fill in the tile details, and follow the next step to complete the tile configuration.
8178
:::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.
8380
:::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" :::
8481

8582

0 commit comments

Comments
 (0)