Forum Discussion

ofeklevy's avatar
ofeklevy
Frequent Visitor
9 years ago
Solved

Getting minimum value out of a calculated table column

I have: a table with user names a table indicating actions with columns for user name, action time, action name. Named events unique_events I started collecting data on January. I want to ha...
  • v-sihou-msft's avatar
    v-sihou-msft
    9 years ago

    ofeklevy

     

    In this scenario, if you [DatedTime] is a column, you can directly create a calculated column in User table to get the Min Date on User level.

     

     

    If the [DatedTime] is a measure, you have to create a calculated table to SUMMARIZE() it into a column so that you can use MIN() function.

     

    Regards,