Dynamic filters in Custom HTML Block (iframe)

Hi,
I use a shared Insights Dashboard in Frappe App and display it in a workspace.
Is it possible to change the filters dynamically?

Before loading in the iframe (property)?
After loading in Java script?

For example, I have a dashboard with a filter “Users”. I want to set the filter to current user of the session.

Best regards,

Right now, it’s not possible to filter a specific embedded chart. This feature has been suggested before and it’s on the to-do list.

We can’t rely on JavaScript for filtering because it could be misused to access the data of other users. This feature requires a well-designed permissions system before it can be implemented.

To better track the status of this feature, please consider raising a GitHub issue