Hi @Madhavi Pasapula
Thanks for posting your question!
I suggest switching to "Name" level member in the Fix Version dimension. It will group results by Fix Version name.
You can then create a new calculated measure using the following code:
TimestampToDate(Max( Filter( ChildrenSet( [Fix Version].CurrentHierarchyMember ), NOT IsEmpty([Fix Version].CurrentHierarchyMember.Get('Release date')) ), DateToTimestamp([Fix Version].CurrentHierarchyMember.Get('Release date')) ))
This formula will return the latest release date among the child versions of the current Fix Version member. Here's an example of my demo data report, showing only one line per Fix version and the release date:
I hope this helps!
Best,
Marita from support@eazybi.com
Thank you very much Marita, it worked. I just linked it to Time Dimension and got the report needed. Thank you so much.
Thanks
Madhavi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.