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 |
| feb | 3 | 2 | value * qty |
| mar | 5 | 3 | value * qty |
2 Replies
- amitchandak
Super User
- Jihwan_Kim
Super User
reqd CC ='Table'[value] * 'Table'[qty]