Forum Discussion

adoster's avatar
adoster
Icon for Resolver I rankResolver I
4 years ago
Solved

Distinct CountRows based on Date and Location

Trying to CountRows except when User is in the same location on the same day.

In example below Mickey Mouse would be counted 3 times because Row 3 is on the same day and same location.

 

Example Table:

User NameLocationDateColor
Mickey MouseA7/1/2022Red
Mickey MouseB7/1/2022Red
Mickey MouseA7/1/2022Blue
Mickey MouseA7/2/2022Red
Donald DuckC7/1/2022Red
  • adoster , Try measure like

     

    countrows(summarize(Table, table[Username], Table[Location], Table[date]) )

1 Reply

  • adoster , Try measure like

     

    countrows(summarize(Table, table[Username], Table[Location], Table[date]) )