Forum Discussion
Nothing
9 years agoFrequent Visitor
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...
- 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!