Forum Discussion

Nothing's avatar
Nothing
Frequent Visitor
9 years ago
Solved

Date aggregation lastdate vs max

Having an issue here with displaying the max date for each row in my matrix   When adding the date column as a value, it only gives me to aggregate it to count or count(distinct) When trying to cr...
  • Nothing's avatar
    Nothing
    9 years ago

    Anonymous

     

    Figured out the problem, it seems the measure should be MAX(table[date]) rather than MAX(table[date].[Date])

     

    What a hassle!