Hello!
I am trying to show elapsed hours from an issue link dimension but it shows me the information as seen in the last column.
The member formula I use is the following:
Dimensions:
Thanks!
Hello!
I am trying to show elapsed hours from an issue link dimension but it shows me the information as seen in the last column.
The member formula I use is the following:
Dimensions:
Thanks!
Hello @Emiliano_Romero,
You might use the tuple consisting of measure “Tiempo hasta resolution Elapsed Hours” and Issues retrieved from the Issue link dimension.
([Measures].[Tiempo hasta resolution Elapsed Hours],
[Issue].[Issue].GetMemberByKey([Escalamiento Inward].CurrentMember.Key))
Regards,
Oskars / support@eazyBI.com