Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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 automatically through the coding of the table on the left.
Solved! Go to Solution.
Hellon @MatildeBecherel ,
try this as a calculated column
Order Status = RELATED('Transcode_Order block'[Order status])
Proud to be a Super User! | |
Hellon @MatildeBecherel ,
try this as a calculated column
Order Status = RELATED('Transcode_Order block'[Order status])
Proud to be a Super User! | |