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

Suggest an answer

Log in or Sign up to answer
0 votes
Answer accepted
Marita Norvele 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