Sample Data
Sales table records quantities sold by ProductID. Products table lists ProductID and ProductName.
| Cell | Value |
|---|---|
| Sales[ProductID] | 101 |
| Sales[Quantity] | 5 |
| Sales[ProductID] | 102 |
| Sales[Quantity] | 3 |
| Products[ProductID] | 101 |
| Products[ProductName] | Pen |
| Products[ProductID] | 102 |
| Products[ProductName] | Notebook |