How to know how many people viewed/visited the dashboard

Hi,

I wanted to know if there is a way we can know, how many people viewed or visited the dashboard?

Thanks,
Abdul

Hi @Abdul_Mohammed - This is an interesting question, I do not think any direct solution exist for the same. However each QuickSight action is captured through cloud watch and you need to develop a custom solution around it. You can take cloud watch data to S3, filter all API for quicksight and from their you can parse the data and load into a table ( possibly in athena). Then you can create sample reports who, when access specific dashboards.

Regards - Sanjeeb

Hi @Abdul_Mohammed, if you are a QuickSight admin you can see when the user last logged in. You can use CloudWatch to generate the report you are after on usage.

Also, take a look at this blog post to build an administrative console to see usage metrics: Building an administrative console in Amazon QuickSight to analyze usage metrics | AWS Big Data Blog

Did this solution work for you? I am marking this reply as, “Solution,” but let us know if this is not resolved. Thanks for posting your questions on the QuickSight Community!

1 Like