diff --git a/samples/manage/azure-sql-db-elastic-pools/Pool telemetry.pbix b/samples/manage/azure-sql-db-elastic-pools/Pool telemetry.pbix new file mode 100644 index 0000000000..42e3404b56 Binary files /dev/null and b/samples/manage/azure-sql-db-elastic-pools/Pool telemetry.pbix differ diff --git a/samples/manage/azure-sql-db-elastic-pools/readme.md b/samples/manage/azure-sql-db-elastic-pools/readme.md index 92bb14d796..d536f975bd 100644 --- a/samples/manage/azure-sql-db-elastic-pools/readme.md +++ b/samples/manage/azure-sql-db-elastic-pools/readme.md @@ -13,6 +13,7 @@ This readme applies to the PowerShell scripts: PoolTelemetryJobRunner.ps1 and Po [Customizing the PoolTelemetryJobRunner script](#customizing-the-pooltelemetryjobrunner-script)
[Executing the runner script](#executing-the-runner-script)
[Inspecting the telemetry that is collected](#inspecting-the-telemetry-that-is-collected)
+[Power BI](#power-bi)
[Disclaimers](#disclaimers)
[Related links](#related-links)
@@ -163,6 +164,18 @@ Data can be queried while data collection is in progress. > [AZURE.NOTE] If the scripts are stopped and started again within a short period they may add duplicate rows to the telemetry tables. + + +## Power BI designer file + +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 + +- Download the file and open it in [Power BI desktop tool](https://powerbi.microsoft.com/en-us/desktop/). +- Change the queries to point them to your telemetry database servers and database. +- Refresh the report to get current data. +- The report will show the busiest top 5 elastic pools over the last 6 hours, 24 hours and 7 days. +- This report can also be published as a dashboard to your organization’s PowerBI site for use by others in your organization. + ## Disclaimers