Hi, I´m trying to create a simple report that will display the staff name, estimated hours and hours spent within a month.
I created two fields:
Original Estimated Hours With Sub-tasks2 (
[Measures] [Original estimated hours with sub-tasks]
)
and
Hours Spent with Substask2(
[Measures]. [Hours spent with sub-tasks],
[Logged by] .CurrentMember
)
and included the field ‘logged in by’
But it does not work appropriately, it generates a consolidated of estimated hours. I would like to make this report without including the tickets, that I saw this approach in another post.
I know it’s two different dimensions, how would I do to determine each staff’s estimated hours?
Tks