Forum Discussion
Anonymous
5 years agoNot applicable
Maximum values based on two col
Hi all, I have a table called 'Group' with the following table structure: Group Month Value group 1 1 50 group 1 1 100 group 1 1 175 group 1 2 100 group 1 3 100...
amitchandak
5 years agoSuper User
Anonymous , you can create
measure = max(Table[value]) and use in visual with group