Hello!
So I’ve got the following dataset:
And I want to create a scatter plot of Categories and point to Categories that meet my criteria (I say Categories, because initially I thought it does work with Products, but no):
AVG([Coolness])>3 and AVG([Cost])>130
So I created a scatter plot using Categories as label:
and now I created a test to find the ones, that are of interest:
I try to use that in color, but this is the message I get:
And this really makes me wonder. I can create a table that presents all the info that would be used in the scatter plot without any issues:
What is more, I can even filter the scatter plot using this test calc, so I understand this info is present in the visual:
I created this simplistic example just to show the point, but this limitation prevents a lot of designs and my clients won’t believe that such a setup is not possible with a BI tool. (I got a similar screenshot from google sheets as a proof that this is possible, but I don’t know the setup there)
Is there maybe a way around it? The only thing that comes to my mind is to materialize the calculation, but it won’t work in dynamic situations.
If this is not possible - “dynamic” categorizing using this calculation in this scenario, inside QS, not using SQL - could you please let me know?
Dashboard below:
Custom
Thanks a ton team