I have 2 Dataverse tables with a n:1 Relationship:

Table "Wohn-Einheit" is connected with table "Bau-Projekt" through a LookUp Column called: "Projekt".

In my App i have 2 Comboboxes:
'Wohn-Einheiten'
Filter('Bau-Projekte'; Projekt = EinheitCombobox.Selected.Projekt.Projekt)​

The problem now is, that the Values of the LookUp are all Empty.
Here i'm comparing GUID's but also if i comparing Projektnumbers in Text-Format it isn't working...

I also tried it with a variable and the OnChange Action but this is also not working...
What am i doing wrong?
Anyone has a idea? Thank you!