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: samples/manage/azure-sql-db-elastic-pools/readme.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ This readme applies to the PowerShell scripts: PoolTelemetryJobRunner.ps1 and Po
13
13
[Customizing the PoolTelemetryJobRunner script](#customizing-the-pooltelemetryjobrunner-script)<br/>
14
14
[Executing the runner script](#executing-the-runner-script)<br/>
15
15
[Inspecting the telemetry that is collected](#inspecting-the-telemetry-that-is-collected)<br/>
16
+
[Power BI](#power-bi)<br/>
16
17
[Disclaimers](#disclaimers)<br/>
17
18
[Related links](#related-links)<br/>
18
19
@@ -163,6 +164,18 @@ Data can be queried while data collection is in progress.
163
164
164
165
> [AZURE.NOTE] If the scripts are stopped and started again within a short period they may add duplicate rows to the telemetry tables.
165
166
167
+
<apower-bi></a>
168
+
169
+
## Power BI designer file
170
+
171
+
A sample Power BI designer (PBIX) file is also provided in this location (which can be opened using PowerBI desktop tool). It provides a simple dashboard experience over the elastic pool data collected using the scripts described above. To use this PBIX file follow these steps
172
+
173
+
- Download the file and open it in [Power BI desktop tool](https://powerbi.microsoft.com/en-us/desktop/).
174
+
- Change the queries to point them to your telemetry database servers and database.
175
+
- Refresh the report to get current data.
176
+
- The report will show the busiest top 5 elastic pools over the last 6 hours, 24 hours and 7 days.
177
+
- This report can also be published as a dashboard to your organization’s PowerBI site for use by others in your organization.
0 commit comments