Forum Discussion
peterso
5 years agoHelper II
Return MIN value based on group
Hi all,
Having some trouble with this... I'd like to add a measure to a visual that will allow me to plot the cost based on the minimum value for each type.
Thanks in advance.
7 Replies
- jameszhang0805Resolver IV
- AntrikshSharmaCommunity Champion
jameszhang0805 Nice solution, a suggestion if you don't mind, use aggregation function such as MIN/MAX instead of VALUES to prevent the code from breaking in case there are duplicate Value for Type 🙂
- jameszhang0805Resolver IV