Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
use a sheet with dimension : id,quarter,profit
and max(revenue) as measure
regards
Hi Titus,
Try this:
max(total <id,Proft>Revenue)
Br,
KC
Hi,
May be like this
Aggr( max( Revenue),id,Profit)
thanks guys for the response, so this is the main table. Please dont mind the erased part, they are same number
as you can see different plants have different storage locations. I need another field that will serve as a flag to indicate the higher current stock if the storage locations are same but different plants.
I hope that makes sense. Please your response will be greatly appreciated.
Thanks!