Hello,
All I need is the date the ticket was first assigned to a user.
Any help?
Hi,
In this case, first, you could ensure that issue change history is imported.
Next, you could define a new calculated member in "Measures" dimension using the following code and one of "date" formatting options:
TimestampToDate(
(
[Measures].[Transition to first timestamp],
[Transition field].[Assignee]
)
)
Martins / eazyBI support,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.