Forum Discussion

Lizzy1's avatar
Lizzy1
Regular Visitor
2 years ago

How can I use complex primary and foreign ID keys

 

I want to create a relation with all tables but for Drivers and Products Table there is no any relationship

1 Reply

  • Lizzy1 

    You don't need to create relationships between the Drivers and The Product tables, creating relationships from these two tables to the Delivery table will form a start schema. It could be one to many. Using different techniques in DAX, you will be able to create  calculations as needed using functions like CROSSFILTER:
    CROSSFILTER function - DAX | Microsoft Learn