On my dashboard, I have global filters for project_key, author, and week duration.
I have a bar chart that is supposed to show planned hours per project based on the selected filters.
For example, if I set the week filter from 2025-10-06 through 2025-11-02, QuickSight returns these two rows:
project_name
project_key
issue_key
start_week
end_week
author
planned_hours
DCH-0087758 - URL 58_IAG1_LH
URL58
URL58-40
2025-10-27
2025-11-02
user1
10
DCH-0087758 - URL 58_IAG1_LH
URL58
URL58-40
2025-10-06
2025-10-12
user4
10
Since it is the same project and same issue, I expect the bar chart to show 10 hours, not 20.
The issue is that planned_hours is the same across rows for the same issue_key, so QuickSight sums both rows. I tried using a calculated field with maxOver, but it still shows 20 instead of 10.
Has anyone encountered this problem or have suggestions on how to prevent double-counting planned hours per issue in a QuickSight bar chart when filters are applied?
What’s the calculation(s) you’re using in your bar chart? Could you share a screenshot of how you have it setup and what fields you’re using for each axis?
Could you also share the maxOver calculation that you built so that we can see why it was producing 20 instead of 10?