I have 3 dashboard prompts having dependent values. Product list values are displayed based on BU selected and Application list values are selected based on Product.
Suppose I select BU as 'Central'. Products related to Central are displayed in Products dropdown, select say 'ATOM' and the result is displayed.

Now, I chose BU as 'APAC', at this moment, 'ATOM' should have been disappeared from Products dropdown as this is the product of a different BU and the products of APAC should be displayed. But, ATOM is still visible in Products dropdown, and I get 'No Data Present' which is wrong.

Can anyone please help me how to resolve this error, that product and application prompt are dynamically reset while a BU value is changed?