Create a new measure - Est Time + added time

I’m looking to create a new measure that will sum the original estimated time of a sub-task + additional time that has been added to the remaining estimated time.

Thanks,
Keith Schug

eazyBI imports three measures for time tracking by default:

  • Original estimated hours
  • Hours spent
  • Remaining estimated hours

You would like to check if the sum of the Remaining estimated hours + Hours spent could represent the needed Est time + added time.

[Measures].[Hours spent] + 
[Measures].[Remaining estimated hours]

You can check some example reports for time tracking in our demo account for some inspiration.

Daina / support@eazybi.com