Hi All! Working on solving for a complex problem I can’t seem to solve. I have a column called ‘Buckets’ and I am trying to create a new column to take a count of how many people are in each respective bucket. In the photo below you can see my problem, it isn’t summing this up based on my table calcs. All of this is raw, row level data and I am using quicksight table calcs to aggregate. Any ideas?
The total count is how the buckets are determined - ultimately, I am trying to get a count of how many ‘TEST NAME’ exist in each respective bucket based on the ‘Total Count’ column.
I would just reorder your table.
Group by Buckets and take the distinct count of Test Name.
Or take the distinctCountOver of test names over buckets if that makes more sense to your calculations.