Hi -
I would like to create a measure that displays a description based upon the maximum amount of a variable.
As an example of values in a data table:
Flavor | Amount |
Vanilla | 20000 |
Chocolate | 35000 |
Cookies and Cream | 15000 |
I would like to display Flavor which has the maximum amount.
Therefore the value of the Measure would be "Chocolate" given that is the flavor with the maximum Amount (35000).
Any thoughts would be appreciated - Jerry