Forum Discussion

ntravis's avatar
ntravis
Frequent Visitor
10 years ago
Solved

Another Relationship Issue

I am trying to compare estimates to actuals for projects.  Here are the relationships:     Job Master has Unique Job#s and are linked to the estimate table as well as the cost detail table. ...
  • ntravis's avatar
    ntravis
    10 years ago

    I actually used this approch somewhat, although I had to use a concatenate function below to get a unique key in the estimate table and the job cost table:

     

    JobCostItem = Concatenate(concatenate(JC_JobEstimatesOriginal[JobNumber],JC_JobEstimatesOriginal[CostItem]),JC_JobEstimatesOriginal[CostType])

     

    Not sure if there was a better formulae to combine the three columns, but you're right.  Once I had these two tables linked properly everything worked great!