Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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!
Solved! Go to Solution.
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,
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,
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 63 | |
| 41 | |
| 39 | |
| 39 | |
| 39 |