Quantcast
Channel: Desktop topics
Viewing all articles
Browse latest Browse all 213819

Getting sales from another table

$
0
0

Hello, 

        I receive daily sales data from a retail store for products and units sold in a 'Sales product table'.

I am trying to determine the total value using a calculated column (if this could be done with a measure I am interested in hearing this solution)

The total value should be straight forward as I have the value of the product in the product description. So it is simply the value of the product * units sold.

Except I have products that have a variable value. This is where I am lost.

The value of the variable products is located in another table- 'Variable product table'. I am trying to bring the total value by day for variable into the Sales product table. My end result would look like 'End result table'

I had a solution where I concatenated storeid and date to create a relationship between the tables and used a switch function to work out the value, but I am dealing with millions of rows. This took up a lot of space and was not feasible for publishing.   

Thank you for any assistance. 

 

Sales product table   
StoreIDProductUnits SoldDate
1$100 Product21/1/2016
1$200 Product11/1/2016
1$300 Product41/1/2016
1Variable Product 31/1/2016

 

Variable product table     
StoreIDProductUnits SoldSales ValueDate
1Variable Product 11151/1/2016
1Variable Product 11871/1/2016
1Variable Product 15001/1/2016

 

End result table     
StoreIDProductUnits SoldDateSales ValueComment
1$100 Product21/1/2016$200$100 product * 2 Units sold
1$200 Product11/1/2016$200$200 product * 1 Units sold
1$300 Product41/1/2016$1,200$300 product * 4 Units sold
1Variable Product 31/1/2016$802Sum of sales value column from 'Variable product table' for 1/1/2016 and StoreID1

Viewing all articles
Browse latest Browse all 213819

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>