Forum Discussion
Anonymous
9 years agoNot applicable
Trying to Multiply the Value in Rows from Two different tables
I have two different tables. One is a table with Currency rates. The other is a table with my sales orders. I have a relationship built in both tables where the Currency_Month_Year matches on a many ...
- 9 years ago
Hi Anonymous
Have you tried a calculated column in your SalesTable like this?
New Column = 'SalesTable'[Net Amount] * RELATED('FX Rates'[Value])
Phil_Seamark
Microsoft Employee
9 years agoHi Anonymous
Have you tried a calculated column in your SalesTable like this?
New Column = 'SalesTable'[Net Amount] * RELATED('FX Rates'[Value])