How can I group/color a scatter plot based on a measure and not on a dimension
Can you put the measure in the group/color portion?
You cannot have custom aggregations in the group/color. If you do want that you will need to transfer the aggregation to SQL and then you that newly created field.
Yes, I can put the field in the group/color portion but the portion interprets it as a dimension value and not as a measurement. So, it looks like this, but I’d like to have a gradient instead of all the single values.
That is not possible.
The only workaround, I would think, is to group your dataset to integers of your measurements. And then use that group as your color.
However, after that you would still need to manually add the gradient colors to each of the integers. There is no gradient option now.