Forum Discussion
pavkey88
10 years agoNew Member
Create a Calculated Column from Different Data sets
I'm having a bit of a struggle with this. I have one data set that contains productID and product unit price and another data set that contains productID and unit cost. I have them related so th...
- 10 years ago
Your syntax has to be changed to
Measure = sum(Table1[column1]) - sum(Table2[column2])
Can you try this and let me know if it is ok?
SqlJason
10 years agoMemorable Member
Your syntax has to be changed to
Measure = sum(Table1[column1]) - sum(Table2[column2])
Can you try this and let me know if it is ok?