Add data from column to title

Hello team

I have a string column called refresh_date inside my QuickSight dataset, this column has one unique value for all rows

I need to add this single unique value to the title of my chart

Something like this:

Title = Aging Bucket Rollover By Collector Summary - Last Refreshed = {refresh_date}

I tried everything with calculated fields and parameters, no success.

1 Like

Hello @raul.pontello, not a perfect solution, but if I want to use a calculated field for a title, I use an insight visual to mimic a visual title.

If you update the page to the free-form layout, you can add text and display calculated fields in the response. Then, layer the insight visual over the title section of the visual you want the title to display on. You can hide the original title, and use the visual editor to remove the visual border for the insight.

Insights can be a little annoying to edit, but they allow you to utilize calculated fields in a lot more dynamic ways.

1 Like