Max as a measure

Hi,

I have a dataset where I want to aggregate a count by max. For example:

Field1 Field2 Count
A. B 10
A C 8
A D 2

Return

Field1 Max(Count)
A 10

But it does not seem like I can create a new LookML Measure as I get messages of either not finding the field in the View or that I cannot aggregate of another aggregate. Could you provide some suggestions?

0 1 301
1 REPLY 1
Top Labels in this Space
Top Solution Authors