Hello everyone,
i don't quite understand the relationships between tables in dataverse or i just can't find a solution for my issue:
i got two tables:
EmployeeAttendanceList
- ID of the employees
- 1 or 0 if the employee is attendant or not
Employees:
- ID of the employee
- Name of the employees
... these tables are generated by a dataflow out of a SQL Server.
My goal: Display a Attendance list (In a SP List) of all attendant employees WITH their Names.
-> Since the Name of the employees is not in the Source table of the SQL Server, i need to create a relation between the EmployeeAttendanceList and the Employees table.
So far, i created a lookup column in the EMployeeAttendanceListe and therefore create a relation between thos two tables. Also, i created a calculated column linked to the related table:

- cr811_meinezeiten_employees is the "Employees" table
- .cr811__login is the "Name" column in this table.
... with my research, there should be displayed the Name of the Employee now. But the column is empty....
What am i doing wrong here?
I appreciate any help!
Cheers,
Alex