Questions tagged [quicksight-embedding]
58 questions
1
vote
1 answer
Adding row level permission tag configuration to a dataset
I am trying to embed an AWS QuickSight dashboard for anonymous access. For that dataset used in the dashboard must have tags that specify row level security. From what I see the only way to do this is via update-data-set cli command (or related API…

Yuriy Galanter
- 38,833
- 15
- 69
- 136
1
vote
1 answer
How to use row level security (RLS) for anonymous users based on an ID value in QuickSight
I want to embed a dashboard in a web application that I need to show to multiple anonymous users that would login into the application. I don't want to create QuickSight users for them as that would be expensive because there are too many users for…

Deltapimol
- 146
- 3
- 14
1
vote
0 answers
How to Freeze 1st column or 1st-nth in Table-View (QuickSight)?
Need help or alternative way to freeze 1st column or aggregated(group-by) columns. In few tables we have columns count > 60, users can't compare or know to which row (name) they are referring. To increase user experience we need to freeze the 1st…

Deepak kumar
- 11
- 1
1
vote
1 answer
QuickSightUserNotFoundException When getting a AWS Quicksight embed URL with cognito user
I'm trying to get a Quicksight embed URL in a lambda function,
The lambda function receives a jwtToken from the frontend created on a react app using aws amplify, all the cognito setup works well (userpool and identity pool), the user receives the…

luliandro
- 192
- 6
1
vote
2 answers
Can AWS Quicksight remember control / filter setting per user?
I have an AWS QuickSight dashboard defined with a parameter having dynamic defaults per user. The dashboard contains a filter defined by the parameter with corresponding control.
Is there any possibility to remember the setting of the controls /…

Atos
- 717
- 2
- 8
- 13
1
vote
1 answer
aws get an embedded dashboard url
I'm trying to use the cli to retrieve an embedded quicksight dashboard url.
However, I keep getting the error QuickSightUserNotFoundException.
I was following this guide to retrieve the url link.
The steps:
aws sts assume-role --role-arn ""…

wasp256
- 5,943
- 12
- 72
- 119
1
vote
1 answer
Unable to use Quicksight dashboard as embeded url on S3/cloudfront whitelisted domain
I was trying to view Quicksight dashboard as embedded url from our domain which was whitelisted in AWS Quicksight account.
Our website is hosted on S3 bucket as a static website. Below sample, a javascript function is given on an AWS Blog.
Below is…

I Bajwa PHD
- 1,708
- 1
- 20
- 42
0
votes
0 answers
How to include bookmarks in AWS QuickSight embedded dashboards?
I’m currently trying to get bookmarks showing in an embedded QuickSight dashboard per
Amazon QuickSight now supports State Persistence and Bookmarks for embedded dashboards. I’ve been stumped on it for several days, however.
My steps thus far have…

Drake
- 63
- 8
0
votes
0 answers
What permissions to allow access to GetDashboardEmbedUrlCommand method for Amazon Quicksight?
For Amazon Quicksight, what permissions do we need to assign to a specific user to allow access to the GetDashboardEmbedUrlCommand method in their SDK?
I am trying to allow Quicksight Dashboard access to a programmatic user, but it seems the…

beverlydrive
- 3
- 2
0
votes
1 answer
Amazon Quicksight Functions - SQL JOIN equivalent
I am looking for a functionality similar to SQL LEFT JOIN in Amazon Quicksight using functions and filters.
I have a table with userID and LoginTime. Trying to calculate users who logged in for the first time for this month. ie Users for this month…

Balualways
- 83
- 1
- 3
0
votes
0 answers
AWS Quicksight Embedded URL Pass Parameters Server Side?
I want to integrate QuickSight Dashboard in my application. I already implemented the getEmbedUrl() function and also a UI. However I need to pass it extra parameters to filter from the dashboard itself. I only found a solution client side like…

Missak Boyajian
- 1,965
- 7
- 32
- 59
0
votes
0 answers
Embedding Quicksight Visual with parameters
We have a QuickSight dashboard in which we have a filter on a particular visual. We are trying to embed the visual in our application. I am able to generate the embed URL for the visual using the documentation. However, the parameters being passed…

Nikhil K
- 45
- 1
- 1
- 6
0
votes
0 answers
AWS QuickSight: ListDashboards API throwing 302 error back
I was trying to list the dashboards available / configured in the AWS QuickSight using the QuickSight APIs. Unfortunately there are very very few examples available on the internet and hence thought to seek some help.
Following is what my java code…

Nikhil K
- 45
- 1
- 1
- 6
0
votes
1 answer
Column filter in Quicksight
I m new to quicksight, I am trying to filter column in the quicksight, same way we do in excel.but i m getting blanks or not able to find how to filter.
Want to see only family which has gap point value as review,i.e the filter should only show…
0
votes
1 answer
Steps to implement date range feature in QuickSight
I am evaluating Quicksight to use as a BI tool for our application. In that process, I created a simple bar chart that shows realized return on a stock for a specific period (X-Axis: Realized Return, Y-Axis: Execution Date). However, our requirement…

VenkatKasthala
- 51
- 1
- 1