Questions tagged [quicksight-embedding]

58 questions
5
votes
1 answer

Quicksight Dashboard Embed url showing us-east-1 not eu-west-1

Problem: I want to programmatically fetch a quicksight dashboard URL through the SDK, (dashboard in region: eu-west-1) however whenever I use the following regions I get the following errors when I use the following regions: eu-west-1: Error:…
dangarfield
  • 2,210
  • 1
  • 13
  • 18
5
votes
0 answers

Access denied when embedding quicksight URL

I am trying to embed an AWS Quicksight dashboard into our application but I am having some trouble with the embed process. The URL has been generated correctly and but I get a permission denied error when I attempt to embed it. I am able to load the…
Simon S
  • 86
  • 1
  • 4
4
votes
1 answer

"'userArn' failed to satisfy constraint: Specified Resource is not reachable in this region" when requesting quicksight embed URL

I am attempting to embed a Quicksight dashboard in a web-app and have been using this amazon-quicksight-embedding-sample to get up and running. I followed all the instruction in the README and have the code running in my AWS lambda function. When I…
4
votes
2 answers

How QuickSight SPICE refresh the data

I have a Quick Sight dashboard pointed to Athena table. Now I want to schedule to refresh SPICE every hour. As per documentation, Refreshing imports the data into SPICE again, so the data includes any changes since the last import. If I have a 2TB…
lucy
  • 4,136
  • 5
  • 30
  • 47
3
votes
2 answers

QuickSight not showing DataSource created with API

I've recently started looking into creating dashboards and analysis with the Quicksight API. I tried creating a datasource using the AWS SDK, the response was successful and I was also able to double-check this by calling a describe on the…
3
votes
1 answer

Amazon QuickSight embedded dashboard - how to cache user session in my webapp (billing and timing concern)

I have embedded Amazon QuickSight dashboard in my web application by using amazon-quicksight-embedding-sdk (followed https://learnquicksight.workshop.aws/en/dashboard-embedding.html). The user session seems to last many hours as mentioned in…
2
votes
2 answers

Amazon QuickSight - Display number

I am trying Amazon Quicksight but I don't understand if this is possible. I should display a number that is calculated: [(a-b) / c] a - is chosen from a list of data in the column A b - is the mean of the column B c - is the mean of the column…
2
votes
1 answer

Amazon QuickSight - How to "Show relevant values only" with input parameter not in a control

I want to filter the content of a control to relevant values based on a filter applied to the dashboard. The filter is based on a parameter passed in via the JS SDK. If I have a control (Control X) setting a parameter used by a filter then it…
2
votes
0 answers

Data Issue with spice refresh in quicksight

I am using spice refresh in my quicksigh reports and observed that spice is sometimes importing the data and sometimes not. ( The data is present in the query every-time. ) The schedule history is as below : Date Started (UTC) Status …
2
votes
0 answers

Tabs and filters disappear from embedded quicksight dashboard on mobile

When I am looking at a quicksight embedded dashboard on a mobile the quicksight tabs and filters are missing. I included scrolling: "yes" but that does not solve the problem. function embedDashboard(embedUrl) { var containerDiv =…
BoIde
  • 306
  • 1
  • 3
  • 16
2
votes
1 answer

Is there any way to increase/change the expire time for an aws quicksight embedded URL?

I am able to display the AWS quicksight dashboard on my web application. However, i am not able to persist the dashboard on my web app for more than 5 minutes as the embedded URL expires as mentioned at…
2
votes
1 answer

AWS QuickSight - create a calculated field of the difference between a measure based fields

I'm using aws quicksight and would like to create a calculated field of the difference value between my rows (and not in a pivot table) so I can visualize the difference between each measure for example i have this…
1
vote
0 answers

Calculating stock price performance in AWS Quicksight - comparing first value vs all values as a continuous series

I am trying to calculate the performance of a single stock as a continuous series in AWS Quicksight, preferably at the analysis level using only calculated fields. Say for example I have a dashboard with 1 filter which is also a parameter called…
1
vote
1 answer

How to recover deleted orphaned assets in Quicksight?

As part of my Cleanup activity I have deleted the Quicksight user without transferring the ownership to another user and where deleted including all orphaned resources. Can you please help me recovery all the resources. Tried with Restoreanalysis as…
1
vote
1 answer

AWS QuickSight session ends so fast

I am having issue with QuickSight . I am following the documentation how to implement it. I got these policies added: { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ …
eko
  • 329
  • 2
  • 11
1
2 3 4