I’m looking for assistance with a filter issue in AWS Quick Sight. I need to apply a filter on the AssignmentName without changing the total number of students in the visual. The filter should only affect the OrgUnitName while keeping the total student count constant, if i select AssignmentName or any other filters and only considering students where IsActive = 1.
Additionally, I’m having trouble with a formula I’m currently using, which isn’t working as expected.
distinctCountOver(ifelse({IsActive}=1,{UserId},NULL),[OrgUnitName],PRE_FILTER)
When you say your formula isn’t working, do you mean that the count is incorrect or is the count not staying the same when you change AssignmentName and RoleName?
This formula works as expected when I apply the IsActive = 1 filter. However, when I change the AssignmentName filter, the TotalStudents count also changes, reflecting only the students associated with the selected assignment. I want this TotalStudents number to remain fixed based on the OrgUnitName regardless of the AssignmentName filter.
Hi @Abdul_Rizwan_Mohamme,
Since we haven’t heard back, I’ll go ahead and close out this topic. However, if you have any additional questions, feel free to create a new topic in the community and link this discussion for any relevant information that may be needed.