updating structure

This commit is contained in:
Jos de Bruijn
2018-01-02 14:24:23 -08:00
parent 5dceddfca7
commit 4b5bf1141a
4 changed files with 9 additions and 0 deletions
@@ -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.
@@ -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.
<a name=disclaimers></a>