Forum Discussion
MatildeBecherel
2 years agoRegular Visitor
Fill a column
Hi All, I have these two tables, with the following relationship. What I would like to do is, add the "Order status" column of the table on the right so that the values come in automati...
- 2 years ago
Hellon MatildeBecherel ,
try this as a calculated column
Order Status = RELATED('Transcode_Order block'[Order status])
Idrissshatila
2 years agoSuper User
Hellon MatildeBecherel ,
try this as a calculated column
Order Status = RELATED('Transcode_Order block'[Order status])