WorldwideImportes - DB Backups not Matching the Power BI Dashboards

Open
#1,316 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
20/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
sql

Research direction

Start by comparing the restored WorldwideImportes and WorldwideImportesDW databases with the imported WWIDW-Sales and WWI-SalesOrders artifacts. Check whether the Website.SalesOrders object exists and trace the supplied SalesOrders query. Done means identifying why the object is absent or documenting the missing dependency needed for the Power BI dashboard data.

Written by the indexing model from the issue text.

Description

I have restored the WorldwideImportes and WorldwideImportesDW and and Imported the WWIDW-Sales and WWI-SalesOrders

The WWI-SalesOrders for WideWorldImporters is missing the Object Website.SalesOrders: The Query:

[Query="SELECT SO.OrderID, OrderDate, OrderNumber, CustomerName, DeliveryLocation, SalesPerson, SUM(Quantity * UnitPrice) AS OrderPrice #(lf)FROM Website.SalesOrders SO JOIN Website.SalesOrderLines SOL ON SO.OrderID=SOL.OrderID#(lf)WHERE OrderDate >= DATEADD(day, -1, CAST(SYSDATETIME() AS date))#(lf)GROUP BY SO.OrderID, OrderDate, OrderNumber, CustomerName, DeliveryLocation, SalesPerson#(lf)#(lf)"])

What am i missing?

Dominant language
PowerShell
Stars
11.2k
Forks
9.1k
Avg merge
2d 7h
Merged PRs (30d)
14

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/sql-server-samples

All issues in microsoft/sql-server-samples

Similar issues

More Data Visualization issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.