Forum Discussion

THEG72's avatar
THEG72
Helper V
9 years ago
Solved

Calculating Project Month

I have this table showing jobs with start and end dates...Project A (D1) and Project B (R1)   I have a guage to show monthly progress of jobs comparing start and end date with todays month  ...
  • Greg_Deckler's avatar
    9 years ago

    Where is [Last Transaction Date] coming from?

     

    For [Project Duration R1] you should be able to create a measure like:

     

    [Project Duration R1] = CALCULATE(MAX([Project Duration]),FILTER('JOB TABLE',[Job Manager] = "P2"))