I'm not quite sure I understand what you are wanting.
Normal aggregations (sum, max, avg, etc.) will have to remove at least one label, otherwise nothing will be being aggregated (the output will just be the same as the input).
Are you maybe wanting the topk operator?
Could you give an example of what you are trying to achieve so we might be able to assist better?
Thanks