Defaulting a dashboard view to specific users

I'm working on a dashboard that includes a dropdown and a table chart. I want to set it up so that users can see a default view based on a specific value selected from the dropdown, but I need them to be unable to modify the dropdown or filter the data themselves.

Can anyone guide me on how to achieve this? Specifically, I'm looking for advice on:

  1. How to set a default value for the dropdown that users can see but not change.
  2. Methods to disable user interaction with the dropdown.
  3. Configuring permissions so users can only view the dashboard without modifying any filters.
  4. Customized message as a title when the user accesses their default view.

Answers