Forum Discussion
Anonymous
8 years agoNot applicable
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...
- 8 years ago
Anonymous,
Given the relationship, it seems that you may simply use RELATED Function.
Column = RELATED ( Customer[Name] )
Anonymous
8 years agoNot applicable
Hi i have difficulties with looking up a value over multiple tables
I want to add a column in table Omission with the customer name from Table Customer
please see photo below for the relationships
P