Display user email in report

Hello,
Looking to see if there’s a way to display the logged in user details (email) in a visual.

Thanks,

Hi @ghegde ,
as per my knowledge, there’s not a quick option to do so.

But…maybe we can find some workaround.

If you create a dataset with your users data, it’s sufficient to have something like:

username,email

then you can use Row Level Security and so for each user you will show just the data related to that specific user.

It’s a little bit intricate, but should work.

Andrea