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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
f1rich
Frequent Visitor

Supress Duplicate rows in visualisation

Hi, 

Hope you can help me here... 

I would like to supress duplicate rows if it's possible? Via DAX . I am aware of Power Query having remove duplicates but I would like to keep them, I just need to supress the duplicates or group them, whichever is the best method. 

 

 

At the moment i have something like:

 

NumberDatePropertyWatchAreaVehicleMob
12301/06/2022 10:00HouseRedSheffieldAppliance 101/06/2022 10:05
12301/06/2022 10:00HouseRedSheffieldAppliance 201/06/2022 10:06
12905/06/2022 10:00BoatWhiteDoncasterAppliance 105/06/2022 10:05
13110/06/2022 10:00HospitalGreenRotherhamAppliance 110/06/2022 10:05
13110/06/2022 10:00HospitalGreenRotherhamAppliance 210/06/2022 10:06
13110/06/2022 10:00HospitalGreenRotherhamAppliance 310/06/2022 10:07

 

What I want to see in the visuilasation is:

 

NumberDatePropertyWatchAreaVehicleMob
12301/06/2022 10:00HouseRedSheffieldAppliance 101/06/2022 10:05
     Appliance 201/06/2022 10:06
12905/06/2022 10:00BoatWhiteDoncasterAppliance 105/06/2022 10:05
13110/06/2022 10:00HospitalGreenRotherhamAppliance 110/06/2022 10:05
     Appliance 210/06/2022 10:06
     Appliance 310/06/2022 10:07

 

Can this be done?

 

Thank you

1 ACCEPTED SOLUTION
vanessafvg
Super User
Super User

use a matrix visual not a table visual and then it will automatically deduplicate in the visual if you stack all your columns under rows





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




View solution in original post

2 REPLIES 2
vanessafvg
Super User
Super User

use a matrix visual not a table visual and then it will automatically deduplicate in the visual if you stack all your columns under rows





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




Thank you @vanessafvg .

I've totally forgotten about Matrix visualization. I think the reason why i have stopped using it in the past is because when you put all the fields into rows, there's no horizontal scroll bar, only vertical scroll bar. It's frustrating because i would like to adjust the columns 😞 

I think that's why i am using Table visualization because there's a scroll bar for both horizontal and vertical for me to adjust the columns

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors