Just semantics, as a transform will work. However, I would not use one here. I would instead keep the raw return as is, and add a property for the avg and use an expression binding there. That way if you need to add a different aggregate or need the actual raw data for something you don't have to break your previous work or duplicate the binding.
1 Like