Forum Discussion

f1rich's avatar
f1rich
Frequent Visitor
4 years ago
Solved

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

  • 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

2 Replies

  • vanessafvg's avatar
    vanessafvg
    Community Champion

    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

    • f1rich's avatar
      f1rich
      Frequent Visitor

      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