Updating filter on embed dashboard not displaying values

I need to update the filter values of embedded dashboards. I’m utilizing the ‘updateFilterGroups’ function for this purpose.
Referred From - Build custom, interactive dashboards using new runtime capabilities in QuickSight's Embedding SDK.

But the filter itself isn’t loading any values.

const updatedCategoryFilter = {
      ...existingCategoryFilterGroup,
      Filters: [
        {
          CategoryFilter: {
            ...existingCategoryFilterGroup.Filters[0].CategoryFilter,
            Configuration: {
              CustomFilterListConfiguration: {
                NullOption: "NON_NULLS_ONLY",
                MatchOperator: "CONTAINS",
                CategoryValues: ["Pickup"],
              },
            },
          },
        },
      ],
    };
1 Like

Its updating in control section top bar, but in dropdown its not showing any values

Hi @Midhununni774,
Are you still having issues with your request or were you able to find a work around?

Thank you!

Thank you for letting us know. I would recommend filing a case with AWS Support where we can dive into the details so that we can help you further. Here are the steps to open a support case. If your company has someone who manages your AWS account, you might not have direct access to AWS Support and will need to raise an internal ticket to your IT team or whomever manages your AWS account. They should be able to open an AWS Support case on your behalf. Hope this helps!”