Im new to the world of Quicksight and have been playing around with the features. I’m in charge of building out a customer facing dashboard and Id like to dynamically populate a text field with a variable or calculated field. I want it to say something like “you have been a customer with us since ” where X is a date. Is this possible with Quicksight?
Welcome to the QuickSight Community! It is great to have you here!
You can use Insights to do this, but you need to build the computations inside the insight, since you can only use refrences to parameters from inside it.
In this insight, country is a parameter, that I use to filter on the insight, UniqueGroupValues.uniqueGroupValuesCount uses the unique names of the filteres cities and adds them to show the total number.