Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I have the simple attached app, I want to be able to create bar chart or pie chart to see the median of values per category for each ID in each city. Can someone please help? Should use two aggrs but not sure how I can do it and display in charts
Thanks!
May be like attached?
You can concat the City & ID in the calculated dimension and put the expression 'Median(Value')
I also want to be able to do filtering by ID after creating the charts...
Hi,
Are you able to provide a screenshot of what the end result should look like.
May be like attached?
You can concat the City & ID in the calculated dimension and put the expression 'Median(Value')
Hi,
Yes we need to use two dimension. Use expression like this,
aggr(median(Value),ID,City)