Questions tagged [quicksight-embedding]

58 questions
0
votes
2 answers

Amazon Quicksight Calculated Fields

I'm having a problem with what should be a very simple calculated field. I have two conversion numbers, let's say a "7 day click" number and a "1 day view" number. I'm trying to create a calculated field that simply adds these two numbers…
0
votes
2 answers

AWS Quicksight embedded dashboard .NET Core 2.1

I'm trying to embed dashboards on our company's site. I'm using .NET Core 2.1 and AWSSDK 3.3.1.12 We're running our site on AWS Lambda using API Gateway. I've followed this 2 guides to set up permissions and set up an endpoint to get the Embed the…
0
votes
0 answers

Creating real time dashboard with help Amazon QuickSight + MySQL

My company use Amazon QuickSight at the moment, and faced a big problem when using this service. In short, we have a lot of dashboards that, unfortunately, are not updated in real time. We had tried to use real time parameters in QuickSight…
0
votes
1 answer

AWS QuickSight programmatic access

I have been recently involved in a project where I have to leverage the QuickSight APIs and update a dashboard programmatically. I can perform all the other actions but I am unable to update the dashboard from a template. I have tried a couple of…
0
votes
1 answer

Amazon Quicksight Time intelligence functions

This is my first time using amazon quicksight and I am having trouble creating a calculated measure that brings in sales from the year before the one I am evaluating in each row. Example: I am looking for the simile to the function CALCULATE (SUM…
Tavo Vega
  • 13
  • 2
0
votes
0 answers

Amazon Quicksight Integration with React native integration throws Unhandled promise rejection, [ReferenceError: Can't find variable: HTMLElement]

I'm trying to use amazon-quicksight-embedding-sdk for the react native integration throws error " Unhandled promise rejection, [ReferenceError: Can't find variable: HTMLElement] ". Is it like the package not supported for react-native? Below is the…
0
votes
1 answer

how to share quicksight embeded dashboard with multiple clients

I would like to share an embeded quicksight dashboard with multiple clients. I have set a big dashboard for the company to access the whole data. The problem now is i would like to share it for each clients with their own data only. I know i can…
Jonito
  • 407
  • 7
  • 18
0
votes
1 answer

Unable to apply datediff(d1,d2) if value flag in col1=1

In quicksight I want to calculate the Datediff only in the rows where value flag for cancellation=1(True) and add the output in new column on same row level, for row where cancellation=0, do not perform datediff My Quicksight query - this isn't…
0
votes
1 answer

How could embed quicksight dashboard using aws sdk in laravel?

I have a laravel 5.3 project where i need to display an aws quicksight graph, the problem i have is that i don't know how to get the graph embed url from the AWS SDK. i did this in a lambda-node project and it worked, but in laravel it just returns…
0
votes
4 answers

Creating advanced SUMIF() calculations in Quicksight

I have a couple of joined Athena tables in Quicksight. The data looks something like this: Ans_Count | ID | Alias 10 | 1 | A 10 | 1 | B 10 | 1 | C 20 | 2 | D 20 | 2 | E 20 |…
user10096621
  • 225
  • 2
  • 4
  • 16
0
votes
3 answers

Error while embedding Amazon QuickSight dashboards with Django

I am trying to embed QuickSight dashboards into my django application. I followed all of the steps regarding embedding detailed in the following documentation: https://docs.aws.amazon.com/en_us/quicksight/latest/user/embedded-dashboards-setup.html…
-1
votes
1 answer

How to use RLS with compund field

In Redshift we have a table (let's call it entity) which among other columns it has two important ones: hierarchy_id & entity_timestampt, the hierarchy_id is a combination of the ids of three hierarchical dimensions (A, B, C; each one having a…
-3
votes
1 answer

How to embed quicksight dashboard into React application

enter image description hereHow to integrate amazon quick sight in to react application 1.how to import aws-sdk 2.where to get the dashboard ID
1 2 3
4