Hello everyone,
I can't make multiple relantionship to work. Here is what I have:
Address Table - AddressID PK
Person Table - PersonID PK
PersonAddress Table - PersonAddressID PK - relation bewtween Address and Person
Class table - ClassID PK
PersonClass Tabale - personclassID PK - relation netween person and class
When I male a report with Address and Peson table fields it's all good, same as when reporting on person and class
but I can't add any fileds from the far table when I want top report from Address, Person and Class tables. It's complainig about missing relation but the relation is there and individual reports are working
Any idea what's going on and how to fix this ? it looks like a powerbi limitation or soemthing that I'm missing here