Forum Discussion

Nishkarsh31's avatar
Nishkarsh31
Brass Contributor
May 28, 2021
Solved

I'm unable to structure Power Query Table in a way to get my desired result.

I have 3 tables coming from Power Query. 1) Cost of ingredients which change with date 2) Fixed Recipes of product 3) Unit Produced of product date wise I want to make a table of cost of produc...
  • SergeiBaklan's avatar
    SergeiBaklan
    May 29, 2021

    Nishkarsh31 

    I'd transform Query2 to

    (query Receipts)

    Next, "Receipts produced" as

    Join first with second ("Produced") to have details

    Combine it with query 1 (Ingredient Price) to receive price per day ("Prices")

    Join Produced with Prices to have final costs

    And be sure you have same names among all source tables, I guess "Almond" and "Almonds" shall mean the same.

Resources