hi
i have order id and unit price separate columns . for each orderid i have different unit princesses, among all i want the max unitprice. can i achieve this by using rangemax ? and how ?
moreover its in chartlevel
Hi
Try like below
Dim: Order ID
Exp: Max(UnitPrice)
Share sample with expected output
Hi
Try like below
Dim: Order ID
Exp: Max(UnitPrice)