Forum Discussion

sem1's avatar
sem1
Frequent Visitor
7 years ago
Solved

Data Modeling: Connecting to a Dimension Table Twice

Hello,   I have a question about data modeling in Power BI. This is a simplified example of the data but it will suffice: I have a main shipment fact table which includes keys to origin ports an...
  • parry2k's avatar
    parry2k
    7 years ago

    sem1 you will be able to slice on original port (assuming it is active relationship) but if you also want to slice on destination port, in that case recommendation would be to have two table one for origin and one for destination and then set relatnship with respective table with shipment table.

     

    Above will be more flexibile and will meet most/all the requirements.