Max of String in QuickSight

Hi @Santosh -

You can use lastValue - Amazon QuickSight .

c_max_word_desc
lastValue(word,[word DESC])

c_max_word_desc
lastValue(word,[word ASC])

Example:

1 Like