How to display a selected user's photo on Dashboard

Hi all,

I would like to display a user’s avatar_url in a Text block on a dashboard based on the selected user in a dashboard filter.

I can display an image with Markdown using a static URL, like this:
![user](avatar_url)

However, I can’t figure out how to retrieve the avatar_url from the selected user in the dashboard filter and pass it into the Text block dynamically (if that makes sense).

As a workaround, I tried using the Details visualization, which does show the image correctly — but it also displays the avatar_url as text right above the image, which looks pretty bad, and I don’t see any way to hide or remove that.

Thanks in advance for your help!

I don’t think there’s a way to get dynamically the avatar from the application :frowning: