Sorting the table visualization based on the measure only to identify top records

We have multiple implicit & custom hierarchical columns(country)alogn with the measure revenue in our table visulisation.we want to sort the values by total result in usd only to check which clients are buying more.We always have to select either name/id/country/coverageid to sort along with the measure. We don’t want that. Can you please suggest how to resolve this issue?

sp as per the image if we select country than we will get top results by country but we need overall result. what is the highest revenue irrespective of client name,cmr,country etc.

I am going to suggest that you use a bar chart to get that answer and not a table.
a table lends it self towards details about rows not complex orderings, a bar chart has more options.

Thanks James for the response but as you can see we have many columns to show detail data,we have to use table.

Dont get ride of the table just do not use it to get that answer.
make some interaction on the table and bar chart to switch back and forth form the two, or put both on the same screen.

I had a similar situation (sorry should have said that before) where in overview they needed to know what was the highest dollar amount then from there they could go into the detail (table) for that section or if they click anywhere on the bar chart it goes to the unfiltered table. I was difficult for me as well to get the table to order by high amount, I think to get close to want they wanted I had to take out some of the grouping columns but left them as filters in the table format.

it might be possible with all the columns, but I would have to get in there in a hands on way to play around with the ordering myself with what you have to see if I could manipulate it.
My hands on would just be trying out what logically seams right and see what that does then keep trying to see if I get close to what is wanted or finally get it.

The costume ordering might be helpful https://www.dundas.com/support/learning/documentation/analyze-data/define-custom-hierarchy-sorting possible setting no order to the ones you do not want it grouped by?