Forum Discussion

SurfingData's avatar
SurfingData
Frequent Visitor
3 years ago
Solved

Product problem : Need help with a Measure

I have hit a wall in trying to figure out a product cost problem I am working on.   I have a product that has two kinds of inputs: Raw inputs and Manufactured inputs that we also make. I have succ...
  • SurfingData's avatar
    SurfingData
    3 years ago

    So, I figured out your problem: You need to use the parent child structure that you have in place.

    First, you apply the ratios for level 2 to 3 correctly, but the problem is that you stopped this process too early. You need to contiue it on. Add all the other ratio levels as new columns and that apply that ratio to the previous level . Then when you have all the levels, you need to sum only the highest level of each. If you sum all the levels you will double count.  See attached picture  to understand.

     

    You didnt need a measure for this after all, just needed to think it through better and use the parent child structure you already built!