Questions tagged [amazon-quicksight]

Amazon QuickSight is a product offering from Amazon that provides a "business analytics" service in order to visualize your data, perform ad hoc data analysis, and also derive useful business insights from the supplied data. Use this tag for programming questions related to Amazon QuickSight. Questions related to the usage of the product itself are not on topic for Stack Overflow.

Documentation: https://aws.amazon.com/documentation/quicksight/

783 questions
0
votes
1 answer

Does this table/view that I created on AWS Athena, gets refreshed as the data in s3 gets updated

I am preparing data from on AWS Athena using s3 bucket. .My data on S3 keeps on updating everyday , so I would need the AWS Athena to get updated.so that my visuals also get updated.
0
votes
2 answers

Should I use Athena views to do joins for Quicksight or should I do them in Quicksight?

I have a bunch of Athena tables generated from data I pump into S3 on an ongoing basis and I would like to use that data with QuickSight. I have some success but for some data I get timeouts while refreshing QS. Am I better off doing views in Athena…
Ram
  • 327
  • 2
  • 20
0
votes
1 answer

QuickSight using ML

I would like to use the ML model I created in AWS in my QuickSight reports. Is there a way to consume the ML endpoint in order to run batch predictions in QuickSight? Can I define a 'calculated field' in order to do that?
Eran
  • 527
  • 8
  • 15
0
votes
1 answer

Best visualization tool for streaming graph updations?

I am working on a kinesis POC. I have a small python script running to generate stream data. The streaming data is passed via a kinesis agent, kinesis firehose, and finally the data is inserted into Redshift table at regular interval of 5…
0
votes
2 answers

AWS QuickSight, can I publish some report into my own web application?

My team and I are making a web application that needs to have reporting part in it. Can we display QuickSight dashboards in our application and how? Thank you in advance! :)
0
votes
1 answer

How to get query that is internally executed by quicksight on redshift?

I am using quicksight as the BI tool on top of redshift. I can run explain on the queries that I run on redshift thorugh sql client. I want to know how can I get the query that is executed by quicksight on redshift so that I can get the result of…
phoenix
  • 644
  • 10
  • 22
0
votes
2 answers

How to send QuickSight report as an email?

I have created multiple reports in QuickSight and Whenever I have the requirement to share the report with anyone I need to log in and add his/her name in IAM to create login and link to share the reports. I searched the internet but didn't find…
VIPIN KUMAR
  • 3,019
  • 1
  • 23
  • 34
0
votes
1 answer

Can you download a AWS QuickSight dashboard to view offline?

Can you download an AWS QuickSight dashboard as pdf or another file to view offline on desktop?
RyMo
  • 1
  • 1
  • 3
0
votes
1 answer

AWS quicksight parseInt() returns null

I'm trying to generate a QuickSight analysis with a simple .csv file. The file contains some arbitrary data like Yifei, 24, Male, 2 Joe, 30, Male, 3 Winston, 40, Male, 7 Emily, 18, Female, 5 Wendy, 32, Female, 4 I placed the file in an S3 bucket,…
Yifei Xu
  • 777
  • 1
  • 6
  • 14
0
votes
1 answer

Convert Map in QuickSight

I have a column of type Map string->string in Athena and this is not recognized in AWS QuickSight. I am trying to convert this field to varchar in QuickSight using SQL SELECT cast(body as varchar) FROM db.events; But it fails Cannot cast…
Sam
  • 2,761
  • 3
  • 19
  • 30
0
votes
2 answers

failed defining the timestamp from csv file

I am trying to store data into my Athena DB from S3 and I have date time format that looks like this :- 20171011133902 I am trying to set format to timestamp but it is not recognizable, thus no data was inserted into the table. I set the the…
0
votes
1 answer

Cannot see the context menu to get drill-down options or to change colors in AWS Quicksight charts

I am new to AWS QuickSight and I am trying to create a simple bar chart, but I want to apply different color to the bars. Although the AWS documentation details the step to change colors(here…
Rakesh Pacharne
  • 81
  • 2
  • 10
0
votes
1 answer

Amazon QuickSight - Filter by now()

i'm trying to run a very simple query that uses the now() function, i don't get a useful error message, all what i get is "unknown error". here is the query select transaction_date from trans where transaction_date <= now() the…
Diab
  • 142
  • 7
0
votes
2 answers

Pulling the same column from multiple tables using SQL on Amazon Quick Sight

I'm working using Amazon Quick Sight pulling data from an MySQL database to generate visual data for my employer. I'm a student and have a little SQL experience but have never had to deal with a database this large before. The tables I need to grab…
Brendan
  • 3
  • 5
0
votes
1 answer

SendGrid Emails Detecting Mobile vs. Tablet vs. Desktop Chart

how can i detect sendgrid email clients Mobile vs. Tablet vs. Desktop for example…
M.A
  • 448
  • 6
  • 21
1 2 3
51
52