Forum Discussion

mbrawn's avatar
mbrawn
Frequent Visitor
8 years ago
Solved

Cross-Table Calculation

Hi there,   I am after some help with an issue I have performing a simple calculation across 2 tables. I have the following relationship set up between these 2 tables:     This is allowing...
  • Vvelarde's avatar
    8 years ago

    mbrawn

     

    Hi, are you already try with:

     

    New calculated column:

     

    TotalHoursSpent = CALCULATE(sum(Table2[HourSpent]))*105

     

    Regards

     

    Victor

    Lima - Peru