How to display data to embedded dashboard based on authentication done by my website?

I have embedded a dashboard in my website. Now instead of showing complete data and analysis, I want to display group specific analysis. What can I do to customize my dashboard such that it shows analysis of the group in which user belongs. Here authentication of user will be done by my own website and I am embedding dashboard for anonymous user.

You can do that by using row-level security.

1 Like

Hi @raghu , Please follow the steps mentioned in the below documentation to enable row-level security filters for anonymous user embedding .

Did my suggestion help you in resolving your query? If yes, would request you to mark the post as “Solution”. This will help the community to find guidance and answers to similar question.

Thank you!

Thanks @apjvinod for help. Session tags eased my task to a good extent.