Hi Team,
I tried to create a report to check time spent by defect in a particular component after the component was changed from unknown to any other.
used formula:
DateDiffDays(
[Measures].[Component Assigned Date],
[Measures].[Issue created date]
)
Component Assigned Date : is the custom date-time field which captures the date and time when component was changed. This was imported from Jira to eazyBI.
Now I want to calculate time difference between “Issue created date” and “Component Assigned Date”
could you please help?
thanks in advance for the help.
Regards,
Anu