Uber Initiative Status - Dimension from Measure

Hi,

I need to create a custom dimension that give the status of the uber initiative for eache issue types. I have the measure code and it works, but I don’t know what is the code toc reate the custom dimension

Working Measure

return [Status].[Status].GetMemberNameByKey(
[Issue].[Issue].GetMemberByKey(
[Issue].CurrentHierarchyMember.Get(‘Advanced Roadmaps Uber-Initiative’)
).get(‘Status ID’))

Could you please support to create the Custom JavaScript code?

Hi @tulliodisimone,

It looks like you are using the Advanced Roadmap hierarchy to represent issues. In this case, you can import several files like the Status and Priority of parent issues as separate dimensions that group children by their parent values (status or priority).

In eazyBI advanced settings, add a definition for the dimension “Uber-Initiative Status”. And then, go to import options, tab “Additional options,” and select the new link field dimension for data import.

Please see the documentation for more details on which parent dimensions are supported and how to define the link field dimension: Issue link field dimensions.
The Configuration paragraph describes finding and addressing issue_key_column for the Advanced Roadmaps hierarchy.

Best,
Zane / support@eazyBI.com