I have the following two "test purpose" tables in Excel 2013:
Table1:
Product Sell Rate
A 10
B 20
Table2:
Product Sell Qty
A 1
B 2
A relationship is established on the Product columns of both the tables.
Now in the PowerPivot, I try to add a column in the Table2 with the formula: =[Sale Qty]*Table1[Sale Rate].
However, this does not work. An error is displayed:
"The value for column 'Sale Rate' in table 'Table1' cannot be determined in the current context. Check that all columns referenced in the calculation expression exist, and that there are no circular dependencies. This can also occur when the formula for a measure refers directly to a column without performing any aggregation--such as sum, average, or count--on that column. The column does not have a single value; it has many values, one for each row of the table, and no row has been specified."
I tried several variations, but I could not resolve this error.
Can someone please help me here.
TIA