Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Remove Duplicates - Report View

Hello 

 

I need to filter or remove duplicates in a specific column but I only have access to report view - I do not have access to Query editor.  I am accessing data via sql analysis server.  Is there a way to do this? 

 

Thanks! 

1 ACCEPTED SOLUTION
Thejeswar
Resident Rockstar
Resident Rockstar

Hi @Anonymous ,

One way to achieve this is to Group the Category column and use MAX() or MIN() functions to the Value columns

 

Something like below

unique_row_table = SUMMARIZE(duplicate_records_table, Dim1, Dim2,.., "Value1", MAX(Value1),"Value2", MAX(Value2), ...)

 

There could be other ways available as well to get this done

 

Regards,

 

View solution in original post

1 REPLY 1
Thejeswar
Resident Rockstar
Resident Rockstar

Hi @Anonymous ,

One way to achieve this is to Group the Category column and use MAX() or MIN() functions to the Value columns

 

Something like below

unique_row_table = SUMMARIZE(duplicate_records_table, Dim1, Dim2,.., "Value1", MAX(Value1),"Value2", MAX(Value2), ...)

 

There could be other ways available as well to get this done

 

Regards,

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.