Forum Discussion

pasdeblaz's avatar
pasdeblaz
New Member
2 years ago
Solved

Relations Date Between Multiple Tables

Hello,   I think this is a pretty basic issue but I can't find the solution for it. I have the following table : As you can see, we have two dates on the same line. So with Power Query, ...
  • CoreyP's avatar
    2 years ago

    How did you create the 2nd table in Power Query? Did you duplicate the query or use reference? 

     

    Additionally, you can't have two active relationships from a date table to two date columns in the same table. However, you can use inactive relationships. You can need to write your DAX measures to account for them by using CALCULATE and USERELATIONSHIP.