amazon-quicksight

QuickSight Embed add Domain with https://localhost

ぃ、小莉子 提交于 2021-02-11 06:57:39
问题 I have localhost with https and now I want to add this domain into QuickSight Dashboard to use Embed feature, but I have this error: This Domain is not supported. QuickSight dashboards can only be embedded in valid https domains. What is the best practice for us to testing QuickSight Embed in development environment ? Thanks. 回答1: Quicksight requires that dashboard access be from https and allowed domains. Add the domains(s) you'll be using as allowed domains via Manage Quicksight / Domains

amazon quicksights compare time periods [closed]

|▌冷眼眸甩不掉的悲伤 提交于 2021-02-07 19:25:47
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 1 year ago . Improve this question Can line charts or bar charts compare two time periods? Example compare sales revenue between 2017 to 2016 by month, to see how Jan 2017 compares to Jan 2016, Feb 17 to Feb 16, etc. In the chart I'd like to see whether I'm up or down between the periods. The

Use one quicksight dashboard (created from one analysis) for different data sets

南楼画角 提交于 2021-02-07 10:31:16
问题 I have a multi-user website and each user has own data which I can store on s3. I want to integrate(embed) QuickSight to my website, in that way so each user able to see own data. I want to have one analysis to be able to modify if for all users. Are there some recommendations on how to achieve this? 回答1: Firstly, you will need to add the user's identifier (email, name, generated ID, whatever) to each row that belongs to them in the S3 data. I'm kind of assuming that you are storing the data

Quicksight custom query postgresql functions

亡梦爱人 提交于 2021-02-04 20:59:22
问题 I'm trying to create a DataSet for a Quicksight analysis. I'm using a custom query on a Postgresql Data Source. Problem comes whenever I use Postgresql functions inside my query. The same query does, in fact, work on IntelliJ DataGrip and PgAdmin, for example, but I get a pretty unexpected error that states as follows: QuickSight could not generate any output column after applying transformation. Check transform(s) and try again. SELECT users.name AS "User", accounts.id AS "Account ID",

(Quicksight) How to Sum Values only from Unique Fields

回眸只為那壹抹淺笑 提交于 2021-01-25 07:02:09
问题 My data set has a {Invoice No} field that I want to sum the cost of. All invoice numbers are unique and have one cost value. However, because there are multiple {Part No} fields in each {Invoice No}, Quicksight multiplies this one cost by however many part numbers there are in each invoice, so the sum ends up being some multiple of the real value that I want. This is what the table view looks like: {Invoice No} {Part No} {cost} 12345 001 10.12 12345 002 10.12 12345 003 10.12 How can I just

(Quicksight) How to Sum Values only from Unique Fields

∥☆過路亽.° 提交于 2021-01-25 07:01:56
问题 My data set has a {Invoice No} field that I want to sum the cost of. All invoice numbers are unique and have one cost value. However, because there are multiple {Part No} fields in each {Invoice No}, Quicksight multiplies this one cost by however many part numbers there are in each invoice, so the sum ends up being some multiple of the real value that I want. This is what the table view looks like: {Invoice No} {Part No} {cost} 12345 001 10.12 12345 002 10.12 12345 003 10.12 How can I just

(Quicksight) How to Sum Values only from Unique Fields

一笑奈何 提交于 2021-01-25 07:00:45
问题 My data set has a {Invoice No} field that I want to sum the cost of. All invoice numbers are unique and have one cost value. However, because there are multiple {Part No} fields in each {Invoice No}, Quicksight multiplies this one cost by however many part numbers there are in each invoice, so the sum ends up being some multiple of the real value that I want. This is what the table view looks like: {Invoice No} {Part No} {cost} 12345 001 10.12 12345 002 10.12 12345 003 10.12 How can I just

Should Quicksight Need Access to the S3 Bucket Athena Is Querying?

痞子三分冷 提交于 2020-12-13 11:01:31
问题 I have set up a reporting stack using data stored in S3, schema mapped by AWS Glue, queried by Amazon Athena, and visualized in Amazon QuickSight. I gave QuickSight permissions to access the three aws-athena-query-results buckets I have (see below) However, when I try to build reports based on my Athena table, it throws an error. I went back in and explicitly gave it access to the S3 bucket that holds my raw data, and now I have visualizations. My question is whether or not this is how it