The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Remove duplicate rows in Eazy BI report

Madhavi Pasapula
October 15, 2024

Hi, 

I have a report that looks as below in Eazy BI and I want to remove the duplicate rows. Can anybody help please?

 

Report with duplicate rows.jpg

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Marita Burgio - eazyBI support
Contributor
October 21, 2024

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.

image1.png


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:

image2.png

I hope this helps!

Best,
Marita from support@eazybi.com

Madhavi Pasapula
October 24, 2024

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

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events