Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a bubble scatter chart that works fine. So if I hover over one of the bubble I can see how many customer fit that corrdinate (IE a plot of x = 2, y = 3). I want a scatter chart that in stead of showing a bubble I want it to show "5" (IE 5 customers have X =2 and y = 3)
How do I accomplish this?
Thanks,
Stephen
Stephen, you can use the bubble size to show an extra expression value (3rd expression).
Looking, where/what are the properties I need to set? Can seem to make it work.
You would need 1 dimension and 3 expressions ie x, y, count(distinct client_id)