diff --git a/samples/databases/wide-world-importers/README.md b/samples/databases/wide-world-importers/README.md index 598c44bc..37644048 100644 --- a/samples/databases/wide-world-importers/README.md +++ b/samples/databases/wide-world-importers/README.md @@ -65,6 +65,10 @@ The sample scripts are available as Transact-SQL. The workload drivers are sampl The source code for the sample is further structured as follows: +__[power-bi-dashboards](power-bi-dashboards/)__ + +Sample Power BI dashboards that leverage the WideWorldImporters and WideWorldImportersDW databases. + __[sample-scripts](sample-scripts/)__ Sample scripts that illustrate the use of various SQL Server features with the WideWorldImporters sample database. diff --git a/samples/databases/wide-world-importers/power-bi-reports/README.md b/samples/databases/wide-world-importers/power-bi-dashboards/README.md similarity index 83% rename from samples/databases/wide-world-importers/power-bi-reports/README.md rename to samples/databases/wide-world-importers/power-bi-dashboards/README.md index c48ac805..aafd12d8 100644 --- a/samples/databases/wide-world-importers/power-bi-reports/README.md +++ b/samples/databases/wide-world-importers/power-bi-dashboards/README.md @@ -47,6 +47,11 @@ To run this sample, you need the following prerequisites. 3. Click **Change Source** and edit the **Server** to point to the SQL Server instance that hosts the WideWorldImporters and WideWorldImportersDW databases. 4. Click **OK** to save the changes, and click **Refresh** to update the data in the dashboard. +The following dashboards are available: + +- [WWIDW-Sales.pbix](WWIDW-Sales.pbix) - Historical analysis of sales data from the WideWorldImportersDW OLAP database. +- [WWI-SalesOrder.pbix](WWI-SalesOrder.pbix) - Real-time analysis of sales in the WideWorldImporters operational database. Run [data generation](https://docs.microsoft.com/sql/sample/world-wide-importers/data-generation) in the WideWorldImporters database before using this dashboard for the best experience. + diff --git a/samples/databases/wide-world-importers/power-bi-reports/WWI-SalesOrders.pbix b/samples/databases/wide-world-importers/power-bi-dashboards/WWI-SalesOrders.pbix similarity index 100% rename from samples/databases/wide-world-importers/power-bi-reports/WWI-SalesOrders.pbix rename to samples/databases/wide-world-importers/power-bi-dashboards/WWI-SalesOrders.pbix diff --git a/samples/databases/wide-world-importers/power-bi-reports/WWIDW-Sales.pbix b/samples/databases/wide-world-importers/power-bi-dashboards/WWIDW-Sales.pbix similarity index 100% rename from samples/databases/wide-world-importers/power-bi-reports/WWIDW-Sales.pbix rename to samples/databases/wide-world-importers/power-bi-dashboards/WWIDW-Sales.pbix