Listing of calculated fields in analysis

I’m trying to get a list of all my calculated fields in my analysis of over 150+ fields and I can’t find a quick way to group them all together. Does anyone know if quicksight has this capability and if so how to do it? I’ve tried googling, and using the command line; nothing has given me results. I’m able to see them in a list at the dataset level, but that function isn’t available in the analysis.

You can with the new api to describe an analysis!

In the json there is a field called “CalculatedFields” that give you information on all of them.

You will need to run the describe-analysis-definition

https://docs.aws.amazon.com/cli/latest/reference/quicksight/describe-analysis-definition.html

2 Likes