Hello Everyone,
I need assistance creating a custom measure in EazyBI for my report. Specifically, I want to identify and calculate the Start Date for issues that meet the following conditions:
To achieve this, I configured the following MDX formula and it is not generation the values in the report
CASE WHEN [Issue.Sub-task].CurrentHierarchyMember.Get('Issue Type') = "Sub-task" AND [Issue.Sub-task].CurrentHierarchyMember.Get('Task Type') = "Avatar" THEN [Measures].[Issue Start date]END
However, I am unsure if this is the correct approach or if there are better ways to achieve this in EazyBI. Could you please help me with the following:
Any help or suggestions would be greatly appreciated! Thank you in advance for your support.
Best Regards,