Forum Discussion
Calculated Column using RELATED
Hello. I need help with a calculated column. It returns a row with a manager’s name and a row with blank value when adding to a table.
Manager Name = IF('Department [Column.ManagerId] = RELATED('Employee'[Column.id]), RELATED(‘Employee’ [Column.Name]))
I am using three datasets: Company, Department, Employee.
Company and Department datasets have many to many relationship due to no unique values available in both datasets. Employee dataset has one to many relationships with Company and Department datasets.
Thank you.
solved
6 Replies
- Kate_DFrequent Visitor
The Department dataset
- Kate_DFrequent Visitor
I can't share the raw data. Thank you
- parry2kSuper User
Nobody is saying share raw data, you can always create dummy data. Good luck. You are expecting to get support and not able to provide the information, not sure what else to say.
- Kate_DFrequent Visitor
solved