Overview
The RELATED function retrieves a value from another table along an active many-to-one relationship. It can only be used in a row context—typically inside calculated columns or iterator functions like SUMX—not in simple measures that lack row context.
Think of it as a lookup: for each row in the current table, RELATED follows the relationship to fetch a single matching value from the related table on the "one" side.