Hi @Jerome_Arpin ,
Here is a similar topic of how to get Logged Hours by Assignee
when the Assignee dimension is used: Original estimated hours vs hours spents - #2 by gerda.grantina
If you use the Logged by dimension, you can in a similar way get the Original estimate of issues the user who logged the hours is assigned to:
(
[Measures].[Original estimated hours],
[Assignee].[User].GetMemberByKey(
[Logged by].CurrentMember.Key
),
[Logged by].DefaultMember
)
Lauma / support@eazybi.com