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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.date: 2/17/2023
11
11
12
12
# Build real-time dashboard with Power BI dataset produced from Stream Analytics no code editor
13
13
14
-
This article describes how you can use the no code editor to easily create a Stream Analytics job to produce processed data into Power BI dataset. It continuously reads from your Event Hubs, processes and outputs the data into Power BI dataset to build the near real-time Power BI dashboard.
14
+
This article describes how you can use the no code editor to easily create a Stream Analytics job to produce processed data into Power BI dataset. It continuously reads from your Event Hubs, processes and outputs the data into Power BI dataset to build the real-time Power BI dashboard.
15
15
16
16
## Prerequisites
17
17
@@ -90,4 +90,4 @@ Learn more about Azure Stream Analytics and how to monitor the job you've create
90
90
91
91
*[Introduction to Azure Stream Analytics](stream-analytics-introduction.md)
92
92
*[Monitor Stream Analytics job with Azure portal](stream-analytics-monitoring.md)
Copy file name to clipboardExpand all lines: articles/stream-analytics/no-code-power-bi-tutorial.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Build near real-time dashboard with Azure Synapse Analytics and Power BI
3
-
description: Use no code editor to compute aggregations and write to Azure Synapse Analytics and build near-realtime dashboards using Power BI
2
+
title: Build real-time dashboard with Azure Synapse Analytics and Power BI
3
+
description: Use no code editor to compute aggregations and write to Azure Synapse Analytics and build real-time dashboards using Power BI
4
4
author: xujxu
5
5
ms.author: xujiang1
6
6
ms.service: stream-analytics
@@ -9,7 +9,7 @@ ms.date: 02/17/2023
9
9
ms.custom: seodec18
10
10
---
11
11
12
-
# Build realtime Power BI dashboards with Stream Analytics no code editor
12
+
# Build real-time Power BI dashboards with Stream Analytics no code editor
13
13
This tutorial shows how you can use the Stream Analytics no code editor to compute aggregates on real time data streams and store it in Azure Synapse Analytics.
14
14
15
15
In this tutorial, you learn how to:
@@ -120,7 +120,7 @@ Before you start, make sure you've completed the following steps:
120
120
* X-axis as times
121
121
* Y-axis as CarCount
122
122
* Legend as Make
123
-
You'll then see a chart that can be published. You can configure [automatic page refresh](/power-bi/create-reports/desktop-automatic-page-refresh#authoring-reports-with-automatic-page-refresh-in-power-bi-desktop) and set it to 3 minutes to get a near-realtime view.
123
+
You'll then see a chart that can be published. You can configure [automatic page refresh](/power-bi/create-reports/desktop-automatic-page-refresh#authoring-reports-with-automatic-page-refresh-in-power-bi-desktop) and set it to 3 minutes to get a real-time view.
124
124
[](./media/stream-analytics-no-code/no-code-power-bi-real-time-dashboard.png#lightbox)
125
125
126
126
## More option
@@ -136,7 +136,7 @@ It's also a good option to build the real-time dashboard with your streaming dat
136
136
3. Select **Delete resource group**. Type the name of the resource group to confirm deletion.
137
137
138
138
## Next steps
139
-
In this tutorial, you created a Stream Analytics job using the no code editor to define aggregations and write results to Azure Synapse Analytics. You then used the Power BI to build a near-realtime dashboard to see the results produced by the job.
139
+
In this tutorial, you created a Stream Analytics job using the no code editor to define aggregations and write results to Azure Synapse Analytics. You then used the Power BI to build a real-time dashboard to see the results produced by the job.
140
140
141
141
> [!div class="nextstepaction"]
142
142
> [No code stream processing with Azure Stream Analytics](https://aka.ms/asanocodeux)
0 commit comments