Forum Discussion

tkowalski's avatar
tkowalski
New Member
6 years ago

Adding a new column based on ID with relationship between tables

Hi!

 

I have two tables with a relationship based on order id. What I'm trying to achieve is to add "date" column from "Order Product Histories" to "ORDER PRODUCTS" table. The "date" in "Order Product Histories" table indicates the date of booking and the "date in ORDER PRODUCTS" table indicates the execution date. The case is I have multiple DAX measures already created and I cannot use both relationships between my calendar table and "ORDER PRODUCTS" with "Order Products Histories" at one time. I would like to use the date from "Order Product Histories" table to filter my measures, so I thought it would be the best to add a new column to "ORDER PRODUCTS" table. Looking forward to any tips to make it efficiently work! 🙂 

 

 

1 Reply

  • rainer1's avatar
    rainer1
    Resolver III

    Hi tkowalski,

     

    the easiest and fastest solution may be a merge in Power Query Editor.

     

     

    It's like a join identified by id

     

    Regards

     

    Rainer1