Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Filter multiple tables and columns

Hi I have the following problem i need the name of the customer   in Table Omission i want to create a column Name Project which shows the name of customer that is related to Project_id from table...
  • v-chuncz-msft's avatar
    8 years ago

    Anonymous,

     

    Given the relationship, it seems that you may simply use RELATED Function.

    Column =
    RELATED ( Customer[Name] )