Help with MDX Measure for Avatar: Standard Sub-task in EazyBI

Gopinath Kumaravel
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 12, 2025

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:

  • The issue is a Sub-task.
  • The Task Type (Custom Field) of the issue is Avatar (Option).

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:

  1. Review the MDX formula and suggest any corrections or optimizations.
  2. Confirm if this formula will work for identifying issues with the specified conditions.
  3. Provide guidance if additional configurations are needed to make this work in EazyBI.

Any help or suggestions would be greatly appreciated! Thank you in advance for your support.

Best Regards,

0 answers

Suggest an answer

Log in or Sign up to answer