Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Aggregating by Date when Time Stamp Present - Please Help!

I am putting together a PBI report that tracks usage of a software application.  Each time a user logs in, I receive a date and time stamp.  I have added a column that associates the login with an in...
  • Greg_Deckler's avatar
    8 years ago

    Couple different ways, easiest is to create a new column with a formula of:

     

    Column = DATEVALUE([DateTime])

    BTW, you don't need that column with all 1's and 0's in it, just use a COUNT aggregation.