Reputation: 21
Is it possible to rename value names in AWS Quicksight without renaming the field in the source dataset? For example below I would like to rename the 'Amount' value to 'Sales' for this visual only.
Upvotes: 2
Views: 5168
Reputation: 1
Upvotes: -1
Reputation: 11
The easiest way to fix this would be to change the field name. If the field name is a calculated field:
If it is a non-calculated field:
In both field instances, the legend elements will be updated. See screenshots below!
https://i.sstatic.net/r5hsj.png
https://i.sstatic.net/DMqBZ.png
Upvotes: 1
Reputation: 36
I don't think you can rename the ledger name for one particular visual. Quick alternatives would be to create a Calculated field and rename it to sales.
Upvotes: 1
Reputation: 4739
Very annoying but it does not seem to be an option. Field names are defined in the dataset and the names are locked in globally.
While ugly, you can always create a calculated field that passthroughs the value of the column. You can then provide a different name for this field and reference it in your visualization.
Upvotes: 0