Hi EazyBI community, I would like to calculate the difference between to dates (Issues created at and Issues Date of first response).
My calculation looks like this:
DateDiffWorkdays(
[Issue].CurrentHierarchyMember.get('Issues created at'),
[Issue].CurrentHierarchyMember.get('Issues [CHART] Date or first Response'),
'67')
Unfortunately within my table I do not receive any value back.
I have checked the format which is set to yyyy-mm-dd hh:mi:ss Date and time as the other measures use this format.
Could someone please support me here.