Forum Discussion
sam_nik12345
Helper II
4 years agocreate new column multiplying values from other table
How can a create a new column by multiplying values from other column. My tables look like below. How do I get reqd column? Kindly help. month value qty reqd jan 2 1 value * qty ...
- 4 years ago
Jihwan_Kim
Super User
4 years ago
reqd CC =
'Table'[value] * 'Table'[qty]