microsoft / microsoft/sql-server-samples
WorldwideImportes - DB Backups not Matching the Power BI Dashboards
Nobody has claimed this yet.
- Dominant language
- PowerShell
- Stars
- 11.2k
- Forks
- 9.1k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 14
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?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
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.
Assessment
- Tech stack
- sql
- Domain
- data-visualization, databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100