Introduction
RELATED helps you get data from another table that is connected to your current table. It solves the problem of showing related information without copying data between tables.
When you want to show a product name from the Products table in your Sales table report.
When you need to get the customer city from the Customers table while looking at orders.
When you want to calculate a measure using a value from a related table.
When you have two tables linked by a key and want to bring data from one to the other.
When you want to avoid duplicating data by using relationships instead.