Perfect! Thank you very much for your quick response!
Hi,
you can easily sort the underlying association:
Reverse@Sort[dataset // Normal] // Dataset
Alternatively,
Sort[dataset][Reverse]
should work.
Cheers,
M.