2023/09/11 - Amazon QuickSight - 9 updated api methods
Changes This release launches new updates to QuickSight KPI visuals - support for sparklines, new templated layout and new targets for conditional formatting rules.
{'Definition': {'Sheets': {'Visuals': {'KPIVisual': {'ChartConfiguration': {'KPIOptions': {'Sparkline': {'Color': 'string', 'TooltipVisibility': 'HIDDEN ' '| ' 'VISIBLE', 'Type': 'LINE ' '| ' 'AREA', 'Visibility': 'HIDDEN ' '| ' 'VISIBLE'}, 'VisualLayoutOptions': {'StandardLayout': {'Type': 'CLASSIC ' '| ' 'VERTICAL'}}}}, 'ConditionalFormatting': {'ConditionalFormattingOptions': {'ActualValue': {'Icon': {'CustomCondition': {'Color': 'string', 'DisplayConfiguration': {'IconDisplayOption': 'ICON_ONLY'}, 'Expression': 'string', 'IconOptions': {'Icon': 'CARET_UP ' '| ' 'CARET_DOWN ' '| ' 'PLUS ' '| ' 'MINUS ' '| ' 'ARROW_UP ' '| ' 'ARROW_DOWN ' '| ' 'ARROW_LEFT ' '| ' 'ARROW_UP_LEFT ' '| ' 'ARROW_DOWN_LEFT ' '| ' 'ARROW_RIGHT ' '| ' 'ARROW_UP_RIGHT ' '| ' 'ARROW_DOWN_RIGHT ' '| ' 'FACE_UP ' '| ' 'FACE_DOWN ' '| ' 'FACE_FLAT ' '| ' 'ONE_BAR ' '| ' 'TWO_BAR ' '| ' 'THREE_BAR ' '| ' 'CIRCLE ' '| ' 'TRIANGLE ' '| ' 'SQUARE ' '| ' 'FLAG ' '| ' 'THUMBS_UP ' '| ' 'THUMBS_DOWN ' '| ' 'CHECKMARK ' '| ' 'X', 'UnicodeIcon': 'string'}}, 'IconSet': {'Expression': 'string', 'IconSetType': 'PLUS_MINUS ' '| ' 'CHECK_X ' '| ' 'THREE_COLOR_ARROW ' '| ' 'THREE_GRAY_ARROW ' '| ' 'CARET_UP_MINUS_DOWN ' '| ' 'THREE_SHAPE ' '| ' 'THREE_CIRCLE ' '| ' 'FLAGS ' '| ' 'BARS ' '| ' 'FOUR_COLOR_ARROW ' '| ' 'FOUR_GRAY_ARROW'}}, 'TextColor': {'Gradient': {'Color': {'Stops': [{'Color': 'string', 'DataValue': 'double', 'GradientOffset': 'double'}]}, 'Expression': 'string'}, 'Solid': {'Color': 'string', 'Expression': 'string'}}}, 'ComparisonValue': {'Icon': {'CustomCondition': {'Color': 'string', 'DisplayConfiguration': {'IconDisplayOption': 'ICON_ONLY'}, 'Expression': 'string', 'IconOptions': {'Icon': 'CARET_UP ' '| ' 'CARET_DOWN ' '| ' 'PLUS ' '| ' 'MINUS ' '| ' 'ARROW_UP ' '| ' 'ARROW_DOWN ' '| ' 'ARROW_LEFT ' '| ' 'ARROW_UP_LEFT ' '| ' 'ARROW_DOWN_LEFT ' '| ' 'ARROW_RIGHT ' '| ' 'ARROW_UP_RIGHT ' '| ' 'ARROW_DOWN_RIGHT ' '| ' 'FACE_UP ' '| ' 'FACE_DOWN ' '| ' 'FACE_FLAT ' '| ' 'ONE_BAR ' '| ' 'TWO_BAR ' '| ' 'THREE_BAR ' '| ' 'CIRCLE ' '| ' 'TRIANGLE ' '| ' 'SQUARE ' '| ' 'FLAG ' '| ' 'THUMBS_UP ' '| ' 'THUMBS_DOWN ' '| ' 'CHECKMARK ' '| ' 'X', 'UnicodeIcon': 'string'}}, 'IconSet': {'Expression': 'string', 'IconSetType': 'PLUS_MINUS ' '| ' 'CHECK_X ' '| ' 'THREE_COLOR_ARROW ' '| ' 'THREE_GRAY_ARROW ' '| ' 'CARET_UP_MINUS_DOWN ' '| ' 'THREE_SHAPE ' '| ' 'THREE_CIRCLE ' '| ' 'FLAGS ' '| ' 'BARS ' '| ' 'FOUR_COLOR_ARROW ' '| ' 'FOUR_GRAY_ARROW'}}, 'TextColor': {'Gradient': {'Color': {'Stops': [{'Color': 'string', 'DataValue': 'double', 'GradientOffset': 'double'}]}, 'Expression': 'string'}, 'Solid': {'Color': 'string', 'Expression': 'string'}}}}}}}}}}
Creates an analysis in Amazon QuickSight. Analyses can be created either from a template or from an AnalysisDefinition .
See also: AWS API Documentation
Request Syntax
client.create_analysis( AwsAccountId='string', AnalysisId='string', Name='string', Parameters={ 'StringParameters': [ { 'Name': 'string', 'Values': [ 'string', ] }, ], 'IntegerParameters': [ { 'Name': 'string', 'Values': [ 123, ] }, ], 'DecimalParameters': [ { 'Name': 'string', 'Values': [ 123.0, ] }, ], 'DateTimeParameters': [ { 'Name': 'string', 'Values': [ datetime(2015, 1, 1), ] }, ] }, Permissions=[ { 'Principal': 'string', 'Actions': [ 'string', ] }, ], SourceEntity={ 'SourceTemplate': { 'DataSetReferences': [ { 'DataSetPlaceholder': 'string', 'DataSetArn': 'string' }, ], 'Arn': 'string' } }, ThemeArn='string', Tags=[ { 'Key': 'string', 'Value': 'string' }, ], Definition={ 'DataSetIdentifierDeclarations': [ { 'Identifier': 'string', 'DataSetArn': 'string' }, ], 'Sheets': [ { 'SheetId': 'string', 'Title': 'string', 'Description': 'string', 'Name': 'string', 'ParameterControls': [ { 'DateTimePicker': { 'ParameterControlId': 'string', 'Title': 'string', 'SourceParameterName': 'string', 'DisplayOptions': { 'TitleOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string' }, 'DateTimeFormat': 'string', 'InfoIconLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'InfoIconText': 'string' } } }, 'List': { 'ParameterControlId': 'string', 'Title': 'string', 'SourceParameterName': 'string', 'DisplayOptions': { 'SearchOptions': { 'Visibility': 'HIDDEN'|'VISIBLE' }, 'SelectAllOptions': { 'Visibility': 'HIDDEN'|'VISIBLE' }, 'TitleOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string' }, 'InfoIconLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'InfoIconText': 'string' } }, 'Type': 'MULTI_SELECT'|'SINGLE_SELECT', 'SelectableValues': { 'Values': [ 'string', ], 'LinkToDataSetColumn': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } }, 'CascadingControlConfiguration': { 'SourceControls': [ { 'SourceSheetControlId': 'string', 'ColumnToMatch': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } }, ] } }, 'Dropdown': { 'ParameterControlId': 'string', 'Title': 'string', 'SourceParameterName': 'string', 'DisplayOptions': { 'SelectAllOptions': { 'Visibility': 'HIDDEN'|'VISIBLE' }, 'TitleOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string' }, 'InfoIconLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'InfoIconText': 'string' } }, 'Type': 'MULTI_SELECT'|'SINGLE_SELECT', 'SelectableValues': { 'Values': [ 'string', ], 'LinkToDataSetColumn': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } }, 'CascadingControlConfiguration': { 'SourceControls': [ { 'SourceSheetControlId': 'string', 'ColumnToMatch': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } }, ] } }, 'TextField': { 'ParameterControlId': 'string', 'Title': 'string', 'SourceParameterName': 'string', 'DisplayOptions': { 'TitleOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string' }, 'PlaceholderOptions': { 'Visibility': 'HIDDEN'|'VISIBLE' }, 'InfoIconLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'InfoIconText': 'string' } } }, 'TextArea': { 'ParameterControlId': 'string', 'Title': 'string', 'SourceParameterName': 'string', 'Delimiter': 'string', 'DisplayOptions': { 'TitleOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string' }, 'PlaceholderOptions': { 'Visibility': 'HIDDEN'|'VISIBLE' }, 'InfoIconLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'InfoIconText': 'string' } } }, 'Slider': { 'ParameterControlId': 'string', 'Title': 'string', 'SourceParameterName': 'string', 'DisplayOptions': { 'TitleOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string' }, 'InfoIconLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'InfoIconText': 'string' } }, 'MaximumValue': 123.0, 'MinimumValue': 123.0, 'StepSize': 123.0 } }, ], 'FilterControls': [ { 'DateTimePicker': { 'FilterControlId': 'string', 'Title': 'string', 'SourceFilterId': 'string', 'DisplayOptions': { 'TitleOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string' }, 'DateTimeFormat': 'string', 'InfoIconLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'InfoIconText': 'string' } }, 'Type': 'SINGLE_VALUED'|'DATE_RANGE' }, 'List': { 'FilterControlId': 'string', 'Title': 'string', 'SourceFilterId': 'string', 'DisplayOptions': { 'SearchOptions': { 'Visibility': 'HIDDEN'|'VISIBLE' }, 'SelectAllOptions': { 'Visibility': 'HIDDEN'|'VISIBLE' }, 'TitleOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string' }, 'InfoIconLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'InfoIconText': 'string' } }, 'Type': 'MULTI_SELECT'|'SINGLE_SELECT', 'SelectableValues': { 'Values': [ 'string', ] }, 'CascadingControlConfiguration': { 'SourceControls': [ { 'SourceSheetControlId': 'string', 'ColumnToMatch': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } }, ] } }, 'Dropdown': { 'FilterControlId': 'string', 'Title': 'string', 'SourceFilterId': 'string', 'DisplayOptions': { 'SelectAllOptions': { 'Visibility': 'HIDDEN'|'VISIBLE' }, 'TitleOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string' }, 'InfoIconLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'InfoIconText': 'string' } }, 'Type': 'MULTI_SELECT'|'SINGLE_SELECT', 'SelectableValues': { 'Values': [ 'string', ] }, 'CascadingControlConfiguration': { 'SourceControls': [ { 'SourceSheetControlId': 'string', 'ColumnToMatch': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } }, ] } }, 'TextField': { 'FilterControlId': 'string', 'Title': 'string', 'SourceFilterId': 'string', 'DisplayOptions': { 'TitleOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string' }, 'PlaceholderOptions': { 'Visibility': 'HIDDEN'|'VISIBLE' }, 'InfoIconLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'InfoIconText': 'string' } } }, 'TextArea': { 'FilterControlId': 'string', 'Title': 'string', 'SourceFilterId': 'string', 'Delimiter': 'string', 'DisplayOptions': { 'TitleOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string' }, 'PlaceholderOptions': { 'Visibility': 'HIDDEN'|'VISIBLE' }, 'InfoIconLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'InfoIconText': 'string' } } }, 'Slider': { 'FilterControlId': 'string', 'Title': 'string', 'SourceFilterId': 'string', 'DisplayOptions': { 'TitleOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string' }, 'InfoIconLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'InfoIconText': 'string' } }, 'Type': 'SINGLE_POINT'|'RANGE', 'MaximumValue': 123.0, 'MinimumValue': 123.0, 'StepSize': 123.0 }, 'RelativeDateTime': { 'FilterControlId': 'string', 'Title': 'string', 'SourceFilterId': 'string', 'DisplayOptions': { 'TitleOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string' }, 'DateTimeFormat': 'string', 'InfoIconLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'InfoIconText': 'string' } } } }, ], 'Visuals': [ { 'TableVisual': { 'VisualId': 'string', 'Title': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FormatText': { 'PlainText': 'string', 'RichText': 'string' } }, 'Subtitle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FormatText': { 'PlainText': 'string', 'RichText': 'string' } }, 'ChartConfiguration': { 'FieldWells': { 'TableAggregatedFieldWells': { 'GroupBy': [ { 'NumericalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'DateGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND', 'HierarchyId': 'string', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } } }, ], 'Values': [ { 'NumericalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CalculatedMeasureField': { 'FieldId': 'string', 'Expression': 'string' } }, ] }, 'TableUnaggregatedFieldWells': { 'Values': [ { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'FormatConfiguration': { 'StringFormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } }, 'NumberFormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } }, 'DateTimeFormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } } }, ] } }, 'SortConfiguration': { 'RowSort': [ { 'FieldSort': { 'FieldId': 'string', 'Direction': 'ASC'|'DESC' }, 'ColumnSort': { 'SortBy': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Direction': 'ASC'|'DESC', 'AggregationFunction': { 'NumericalAggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'CategoricalAggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'DateAggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'AttributeAggregationFunction': { 'SimpleAttributeAggregation': 'UNIQUE_VALUE', 'ValueForMultipleValues': 'string' } } } }, ], 'PaginationConfiguration': { 'PageSize': 123, 'PageNumber': 123 } }, 'TableOptions': { 'Orientation': 'VERTICAL'|'HORIZONTAL', 'HeaderStyle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'TextWrap': 'NONE'|'WRAP', 'HorizontalTextAlignment': 'LEFT'|'CENTER'|'RIGHT'|'AUTO', 'VerticalTextAlignment': 'TOP'|'MIDDLE'|'BOTTOM'|'AUTO', 'BackgroundColor': 'string', 'Height': 123, 'Border': { 'UniformBorder': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'SideSpecificBorder': { 'InnerVertical': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'InnerHorizontal': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Left': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Right': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Top': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Bottom': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' } } } }, 'CellStyle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'TextWrap': 'NONE'|'WRAP', 'HorizontalTextAlignment': 'LEFT'|'CENTER'|'RIGHT'|'AUTO', 'VerticalTextAlignment': 'TOP'|'MIDDLE'|'BOTTOM'|'AUTO', 'BackgroundColor': 'string', 'Height': 123, 'Border': { 'UniformBorder': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'SideSpecificBorder': { 'InnerVertical': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'InnerHorizontal': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Left': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Right': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Top': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Bottom': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' } } } }, 'RowAlternateColorOptions': { 'Status': 'ENABLED'|'DISABLED', 'RowAlternateColors': [ 'string', ], 'UsePrimaryBackgroundColor': 'ENABLED'|'DISABLED' } }, 'TotalOptions': { 'TotalsVisibility': 'HIDDEN'|'VISIBLE', 'Placement': 'START'|'END', 'ScrollStatus': 'PINNED'|'SCROLLED', 'CustomLabel': 'string', 'TotalCellStyle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'TextWrap': 'NONE'|'WRAP', 'HorizontalTextAlignment': 'LEFT'|'CENTER'|'RIGHT'|'AUTO', 'VerticalTextAlignment': 'TOP'|'MIDDLE'|'BOTTOM'|'AUTO', 'BackgroundColor': 'string', 'Height': 123, 'Border': { 'UniformBorder': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'SideSpecificBorder': { 'InnerVertical': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'InnerHorizontal': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Left': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Right': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Top': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Bottom': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' } } } } }, 'FieldOptions': { 'SelectedFieldOptions': [ { 'FieldId': 'string', 'Width': 'string', 'CustomLabel': 'string', 'Visibility': 'HIDDEN'|'VISIBLE', 'URLStyling': { 'LinkConfiguration': { 'Target': 'NEW_TAB'|'NEW_WINDOW'|'SAME_TAB', 'Content': { 'CustomTextContent': { 'Value': 'string', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' } }, 'CustomIconContent': { 'Icon': 'LINK' } } }, 'ImageConfiguration': { 'SizingOptions': { 'TableCellImageScalingConfiguration': 'FIT_TO_CELL_HEIGHT'|'FIT_TO_CELL_WIDTH'|'DO_NOT_SCALE' } } } }, ], 'Order': [ 'string', ], 'PinnedFieldOptions': { 'PinnedLeftFields': [ 'string', ] } }, 'PaginatedReportOptions': { 'VerticalOverflowVisibility': 'HIDDEN'|'VISIBLE', 'OverflowColumnHeaderVisibility': 'HIDDEN'|'VISIBLE' }, 'TableInlineVisualizations': [ { 'DataBars': { 'FieldId': 'string', 'PositiveColor': 'string', 'NegativeColor': 'string' } }, ] }, 'ConditionalFormatting': { 'ConditionalFormattingOptions': [ { 'Cell': { 'FieldId': 'string', 'TextFormat': { 'BackgroundColor': { 'Solid': { 'Expression': 'string', 'Color': 'string' }, 'Gradient': { 'Expression': 'string', 'Color': { 'Stops': [ { 'GradientOffset': 123.0, 'DataValue': 123.0, 'Color': 'string' }, ] } } }, 'TextColor': { 'Solid': { 'Expression': 'string', 'Color': 'string' }, 'Gradient': { 'Expression': 'string', 'Color': { 'Stops': [ { 'GradientOffset': 123.0, 'DataValue': 123.0, 'Color': 'string' }, ] } } }, 'Icon': { 'IconSet': { 'Expression': 'string', 'IconSetType': 'PLUS_MINUS'|'CHECK_X'|'THREE_COLOR_ARROW'|'THREE_GRAY_ARROW'|'CARET_UP_MINUS_DOWN'|'THREE_SHAPE'|'THREE_CIRCLE'|'FLAGS'|'BARS'|'FOUR_COLOR_ARROW'|'FOUR_GRAY_ARROW' }, 'CustomCondition': { 'Expression': 'string', 'IconOptions': { 'Icon': 'CARET_UP'|'CARET_DOWN'|'PLUS'|'MINUS'|'ARROW_UP'|'ARROW_DOWN'|'ARROW_LEFT'|'ARROW_UP_LEFT'|'ARROW_DOWN_LEFT'|'ARROW_RIGHT'|'ARROW_UP_RIGHT'|'ARROW_DOWN_RIGHT'|'FACE_UP'|'FACE_DOWN'|'FACE_FLAT'|'ONE_BAR'|'TWO_BAR'|'THREE_BAR'|'CIRCLE'|'TRIANGLE'|'SQUARE'|'FLAG'|'THUMBS_UP'|'THUMBS_DOWN'|'CHECKMARK'|'X', 'UnicodeIcon': 'string' }, 'Color': 'string', 'DisplayConfiguration': { 'IconDisplayOption': 'ICON_ONLY' } } } } }, 'Row': { 'BackgroundColor': { 'Solid': { 'Expression': 'string', 'Color': 'string' }, 'Gradient': { 'Expression': 'string', 'Color': { 'Stops': [ { 'GradientOffset': 123.0, 'DataValue': 123.0, 'Color': 'string' }, ] } } }, 'TextColor': { 'Solid': { 'Expression': 'string', 'Color': 'string' }, 'Gradient': { 'Expression': 'string', 'Color': { 'Stops': [ { 'GradientOffset': 123.0, 'DataValue': 123.0, 'Color': 'string' }, ] } } } } }, ] }, 'Actions': [ { 'CustomActionId': 'string', 'Name': 'string', 'Status': 'ENABLED'|'DISABLED', 'Trigger': 'DATA_POINT_CLICK'|'DATA_POINT_MENU', 'ActionOperations': [ { 'FilterOperation': { 'SelectedFieldsConfiguration': { 'SelectedFields': [ 'string', ], 'SelectedFieldOptions': 'ALL_FIELDS', 'SelectedColumns': [ { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, ] }, 'TargetVisualsConfiguration': { 'SameSheetTargetVisualConfiguration': { 'TargetVisuals': [ 'string', ], 'TargetVisualOptions': 'ALL_VISUALS' } } }, 'NavigationOperation': { 'LocalNavigationConfiguration': { 'TargetSheetId': 'string' } }, 'URLOperation': { 'URLTemplate': 'string', 'URLTarget': 'NEW_TAB'|'NEW_WINDOW'|'SAME_TAB' }, 'SetParametersOperation': { 'ParameterValueConfigurations': [ { 'DestinationParameterName': 'string', 'Value': { 'CustomValuesConfiguration': { 'IncludeNullValue': True|False, 'CustomValues': { 'StringValues': [ 'string', ], 'IntegerValues': [ 123, ], 'DecimalValues': [ 123.0, ], 'DateTimeValues': [ datetime(2015, 1, 1), ] } }, 'SelectAllValueOptions': 'ALL_VALUES', 'SourceParameterName': 'string', 'SourceField': 'string', 'SourceColumn': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } } }, ] } }, ] }, ] }, 'PivotTableVisual': { 'VisualId': 'string', 'Title': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FormatText': { 'PlainText': 'string', 'RichText': 'string' } }, 'Subtitle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FormatText': { 'PlainText': 'string', 'RichText': 'string' } }, 'ChartConfiguration': { 'FieldWells': { 'PivotTableAggregatedFieldWells': { 'Rows': [ { 'NumericalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'DateGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND', 'HierarchyId': 'string', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } } }, ], 'Columns': [ { 'NumericalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'DateGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND', 'HierarchyId': 'string', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } } }, ], 'Values': [ { 'NumericalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CalculatedMeasureField': { 'FieldId': 'string', 'Expression': 'string' } }, ] } }, 'SortConfiguration': { 'FieldSortOptions': [ { 'FieldId': 'string', 'SortBy': { 'Field': { 'FieldId': 'string', 'Direction': 'ASC'|'DESC' }, 'Column': { 'SortBy': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Direction': 'ASC'|'DESC', 'AggregationFunction': { 'NumericalAggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'CategoricalAggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'DateAggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'AttributeAggregationFunction': { 'SimpleAttributeAggregation': 'UNIQUE_VALUE', 'ValueForMultipleValues': 'string' } } }, 'DataPath': { 'Direction': 'ASC'|'DESC', 'SortPaths': [ { 'FieldId': 'string', 'FieldValue': 'string' }, ] } } }, ] }, 'TableOptions': { 'MetricPlacement': 'ROW'|'COLUMN', 'SingleMetricVisibility': 'HIDDEN'|'VISIBLE', 'ColumnNamesVisibility': 'HIDDEN'|'VISIBLE', 'ToggleButtonsVisibility': 'HIDDEN'|'VISIBLE', 'ColumnHeaderStyle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'TextWrap': 'NONE'|'WRAP', 'HorizontalTextAlignment': 'LEFT'|'CENTER'|'RIGHT'|'AUTO', 'VerticalTextAlignment': 'TOP'|'MIDDLE'|'BOTTOM'|'AUTO', 'BackgroundColor': 'string', 'Height': 123, 'Border': { 'UniformBorder': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'SideSpecificBorder': { 'InnerVertical': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'InnerHorizontal': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Left': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Right': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Top': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Bottom': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' } } } }, 'RowHeaderStyle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'TextWrap': 'NONE'|'WRAP', 'HorizontalTextAlignment': 'LEFT'|'CENTER'|'RIGHT'|'AUTO', 'VerticalTextAlignment': 'TOP'|'MIDDLE'|'BOTTOM'|'AUTO', 'BackgroundColor': 'string', 'Height': 123, 'Border': { 'UniformBorder': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'SideSpecificBorder': { 'InnerVertical': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'InnerHorizontal': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Left': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Right': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Top': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Bottom': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' } } } }, 'CellStyle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'TextWrap': 'NONE'|'WRAP', 'HorizontalTextAlignment': 'LEFT'|'CENTER'|'RIGHT'|'AUTO', 'VerticalTextAlignment': 'TOP'|'MIDDLE'|'BOTTOM'|'AUTO', 'BackgroundColor': 'string', 'Height': 123, 'Border': { 'UniformBorder': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'SideSpecificBorder': { 'InnerVertical': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'InnerHorizontal': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Left': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Right': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Top': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Bottom': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' } } } }, 'RowFieldNamesStyle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'TextWrap': 'NONE'|'WRAP', 'HorizontalTextAlignment': 'LEFT'|'CENTER'|'RIGHT'|'AUTO', 'VerticalTextAlignment': 'TOP'|'MIDDLE'|'BOTTOM'|'AUTO', 'BackgroundColor': 'string', 'Height': 123, 'Border': { 'UniformBorder': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'SideSpecificBorder': { 'InnerVertical': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'InnerHorizontal': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Left': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Right': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Top': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Bottom': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' } } } }, 'RowAlternateColorOptions': { 'Status': 'ENABLED'|'DISABLED', 'RowAlternateColors': [ 'string', ], 'UsePrimaryBackgroundColor': 'ENABLED'|'DISABLED' }, 'CollapsedRowDimensionsVisibility': 'HIDDEN'|'VISIBLE', 'RowsLayout': 'TABULAR'|'HIERARCHY', 'RowsLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'CustomLabel': 'string' }, 'DefaultCellWidth': 'string' }, 'TotalOptions': { 'RowSubtotalOptions': { 'TotalsVisibility': 'HIDDEN'|'VISIBLE', 'CustomLabel': 'string', 'FieldLevel': 'ALL'|'CUSTOM'|'LAST', 'FieldLevelOptions': [ { 'FieldId': 'string' }, ], 'TotalCellStyle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'TextWrap': 'NONE'|'WRAP', 'HorizontalTextAlignment': 'LEFT'|'CENTER'|'RIGHT'|'AUTO', 'VerticalTextAlignment': 'TOP'|'MIDDLE'|'BOTTOM'|'AUTO', 'BackgroundColor': 'string', 'Height': 123, 'Border': { 'UniformBorder': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'SideSpecificBorder': { 'InnerVertical': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'InnerHorizontal': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Left': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Right': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Top': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Bottom': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' } } } }, 'ValueCellStyle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'TextWrap': 'NONE'|'WRAP', 'HorizontalTextAlignment': 'LEFT'|'CENTER'|'RIGHT'|'AUTO', 'VerticalTextAlignment': 'TOP'|'MIDDLE'|'BOTTOM'|'AUTO', 'BackgroundColor': 'string', 'Height': 123, 'Border': { 'UniformBorder': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'SideSpecificBorder': { 'InnerVertical': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'InnerHorizontal': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Left': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Right': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Top': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Bottom': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' } } } }, 'MetricHeaderCellStyle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'TextWrap': 'NONE'|'WRAP', 'HorizontalTextAlignment': 'LEFT'|'CENTER'|'RIGHT'|'AUTO', 'VerticalTextAlignment': 'TOP'|'MIDDLE'|'BOTTOM'|'AUTO', 'BackgroundColor': 'string', 'Height': 123, 'Border': { 'UniformBorder': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'SideSpecificBorder': { 'InnerVertical': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'InnerHorizontal': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Left': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Right': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Top': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Bottom': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' } } } }, 'StyleTargets': [ { 'CellType': 'TOTAL'|'METRIC_HEADER'|'VALUE' }, ] }, 'ColumnSubtotalOptions': { 'TotalsVisibility': 'HIDDEN'|'VISIBLE', 'CustomLabel': 'string', 'FieldLevel': 'ALL'|'CUSTOM'|'LAST', 'FieldLevelOptions': [ { 'FieldId': 'string' }, ], 'TotalCellStyle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'TextWrap': 'NONE'|'WRAP', 'HorizontalTextAlignment': 'LEFT'|'CENTER'|'RIGHT'|'AUTO', 'VerticalTextAlignment': 'TOP'|'MIDDLE'|'BOTTOM'|'AUTO', 'BackgroundColor': 'string', 'Height': 123, 'Border': { 'UniformBorder': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'SideSpecificBorder': { 'InnerVertical': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'InnerHorizontal': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Left': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Right': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Top': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Bottom': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' } } } }, 'ValueCellStyle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'TextWrap': 'NONE'|'WRAP', 'HorizontalTextAlignment': 'LEFT'|'CENTER'|'RIGHT'|'AUTO', 'VerticalTextAlignment': 'TOP'|'MIDDLE'|'BOTTOM'|'AUTO', 'BackgroundColor': 'string', 'Height': 123, 'Border': { 'UniformBorder': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'SideSpecificBorder': { 'InnerVertical': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'InnerHorizontal': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Left': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Right': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Top': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Bottom': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' } } } }, 'MetricHeaderCellStyle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'TextWrap': 'NONE'|'WRAP', 'HorizontalTextAlignment': 'LEFT'|'CENTER'|'RIGHT'|'AUTO', 'VerticalTextAlignment': 'TOP'|'MIDDLE'|'BOTTOM'|'AUTO', 'BackgroundColor': 'string', 'Height': 123, 'Border': { 'UniformBorder': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'SideSpecificBorder': { 'InnerVertical': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'InnerHorizontal': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Left': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Right': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Top': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Bottom': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' } } } }, 'StyleTargets': [ { 'CellType': 'TOTAL'|'METRIC_HEADER'|'VALUE' }, ] }, 'RowTotalOptions': { 'TotalsVisibility': 'HIDDEN'|'VISIBLE', 'Placement': 'START'|'END', 'ScrollStatus': 'PINNED'|'SCROLLED', 'CustomLabel': 'string', 'TotalCellStyle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'TextWrap': 'NONE'|'WRAP', 'HorizontalTextAlignment': 'LEFT'|'CENTER'|'RIGHT'|'AUTO', 'VerticalTextAlignment': 'TOP'|'MIDDLE'|'BOTTOM'|'AUTO', 'BackgroundColor': 'string', 'Height': 123, 'Border': { 'UniformBorder': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'SideSpecificBorder': { 'InnerVertical': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'InnerHorizontal': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Left': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Right': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Top': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Bottom': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' } } } }, 'ValueCellStyle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'TextWrap': 'NONE'|'WRAP', 'HorizontalTextAlignment': 'LEFT'|'CENTER'|'RIGHT'|'AUTO', 'VerticalTextAlignment': 'TOP'|'MIDDLE'|'BOTTOM'|'AUTO', 'BackgroundColor': 'string', 'Height': 123, 'Border': { 'UniformBorder': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'SideSpecificBorder': { 'InnerVertical': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'InnerHorizontal': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Left': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Right': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Top': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Bottom': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' } } } }, 'MetricHeaderCellStyle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'TextWrap': 'NONE'|'WRAP', 'HorizontalTextAlignment': 'LEFT'|'CENTER'|'RIGHT'|'AUTO', 'VerticalTextAlignment': 'TOP'|'MIDDLE'|'BOTTOM'|'AUTO', 'BackgroundColor': 'string', 'Height': 123, 'Border': { 'UniformBorder': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'SideSpecificBorder': { 'InnerVertical': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'InnerHorizontal': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Left': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Right': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Top': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Bottom': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' } } } } }, 'ColumnTotalOptions': { 'TotalsVisibility': 'HIDDEN'|'VISIBLE', 'Placement': 'START'|'END', 'ScrollStatus': 'PINNED'|'SCROLLED', 'CustomLabel': 'string', 'TotalCellStyle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'TextWrap': 'NONE'|'WRAP', 'HorizontalTextAlignment': 'LEFT'|'CENTER'|'RIGHT'|'AUTO', 'VerticalTextAlignment': 'TOP'|'MIDDLE'|'BOTTOM'|'AUTO', 'BackgroundColor': 'string', 'Height': 123, 'Border': { 'UniformBorder': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'SideSpecificBorder': { 'InnerVertical': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'InnerHorizontal': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Left': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Right': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Top': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Bottom': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' } } } }, 'ValueCellStyle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'TextWrap': 'NONE'|'WRAP', 'HorizontalTextAlignment': 'LEFT'|'CENTER'|'RIGHT'|'AUTO', 'VerticalTextAlignment': 'TOP'|'MIDDLE'|'BOTTOM'|'AUTO', 'BackgroundColor': 'string', 'Height': 123, 'Border': { 'UniformBorder': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'SideSpecificBorder': { 'InnerVertical': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'InnerHorizontal': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Left': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Right': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Top': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Bottom': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' } } } }, 'MetricHeaderCellStyle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'TextWrap': 'NONE'|'WRAP', 'HorizontalTextAlignment': 'LEFT'|'CENTER'|'RIGHT'|'AUTO', 'VerticalTextAlignment': 'TOP'|'MIDDLE'|'BOTTOM'|'AUTO', 'BackgroundColor': 'string', 'Height': 123, 'Border': { 'UniformBorder': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'SideSpecificBorder': { 'InnerVertical': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'InnerHorizontal': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Left': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Right': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Top': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' }, 'Bottom': { 'Color': 'string', 'Thickness': 123, 'Style': 'NONE'|'SOLID' } } } } } }, 'FieldOptions': { 'SelectedFieldOptions': [ { 'FieldId': 'string', 'CustomLabel': 'string', 'Visibility': 'HIDDEN'|'VISIBLE' }, ], 'DataPathOptions': [ { 'DataPathList': [ { 'FieldId': 'string', 'FieldValue': 'string' }, ], 'Width': 'string' }, ], 'CollapseStateOptions': [ { 'Target': { 'FieldId': 'string', 'FieldDataPathValues': [ { 'FieldId': 'string', 'FieldValue': 'string' }, ] }, 'State': 'COLLAPSED'|'EXPANDED' }, ] }, 'PaginatedReportOptions': { 'VerticalOverflowVisibility': 'HIDDEN'|'VISIBLE', 'OverflowColumnHeaderVisibility': 'HIDDEN'|'VISIBLE' } }, 'ConditionalFormatting': { 'ConditionalFormattingOptions': [ { 'Cell': { 'FieldId': 'string', 'TextFormat': { 'BackgroundColor': { 'Solid': { 'Expression': 'string', 'Color': 'string' }, 'Gradient': { 'Expression': 'string', 'Color': { 'Stops': [ { 'GradientOffset': 123.0, 'DataValue': 123.0, 'Color': 'string' }, ] } } }, 'TextColor': { 'Solid': { 'Expression': 'string', 'Color': 'string' }, 'Gradient': { 'Expression': 'string', 'Color': { 'Stops': [ { 'GradientOffset': 123.0, 'DataValue': 123.0, 'Color': 'string' }, ] } } }, 'Icon': { 'IconSet': { 'Expression': 'string', 'IconSetType': 'PLUS_MINUS'|'CHECK_X'|'THREE_COLOR_ARROW'|'THREE_GRAY_ARROW'|'CARET_UP_MINUS_DOWN'|'THREE_SHAPE'|'THREE_CIRCLE'|'FLAGS'|'BARS'|'FOUR_COLOR_ARROW'|'FOUR_GRAY_ARROW' }, 'CustomCondition': { 'Expression': 'string', 'IconOptions': { 'Icon': 'CARET_UP'|'CARET_DOWN'|'PLUS'|'MINUS'|'ARROW_UP'|'ARROW_DOWN'|'ARROW_LEFT'|'ARROW_UP_LEFT'|'ARROW_DOWN_LEFT'|'ARROW_RIGHT'|'ARROW_UP_RIGHT'|'ARROW_DOWN_RIGHT'|'FACE_UP'|'FACE_DOWN'|'FACE_FLAT'|'ONE_BAR'|'TWO_BAR'|'THREE_BAR'|'CIRCLE'|'TRIANGLE'|'SQUARE'|'FLAG'|'THUMBS_UP'|'THUMBS_DOWN'|'CHECKMARK'|'X', 'UnicodeIcon': 'string' }, 'Color': 'string', 'DisplayConfiguration': { 'IconDisplayOption': 'ICON_ONLY' } } } }, 'Scope': { 'Role': 'FIELD'|'FIELD_TOTAL'|'GRAND_TOTAL' }, 'Scopes': [ { 'Role': 'FIELD'|'FIELD_TOTAL'|'GRAND_TOTAL' }, ] } }, ] }, 'Actions': [ { 'CustomActionId': 'string', 'Name': 'string', 'Status': 'ENABLED'|'DISABLED', 'Trigger': 'DATA_POINT_CLICK'|'DATA_POINT_MENU', 'ActionOperations': [ { 'FilterOperation': { 'SelectedFieldsConfiguration': { 'SelectedFields': [ 'string', ], 'SelectedFieldOptions': 'ALL_FIELDS', 'SelectedColumns': [ { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, ] }, 'TargetVisualsConfiguration': { 'SameSheetTargetVisualConfiguration': { 'TargetVisuals': [ 'string', ], 'TargetVisualOptions': 'ALL_VISUALS' } } }, 'NavigationOperation': { 'LocalNavigationConfiguration': { 'TargetSheetId': 'string' } }, 'URLOperation': { 'URLTemplate': 'string', 'URLTarget': 'NEW_TAB'|'NEW_WINDOW'|'SAME_TAB' }, 'SetParametersOperation': { 'ParameterValueConfigurations': [ { 'DestinationParameterName': 'string', 'Value': { 'CustomValuesConfiguration': { 'IncludeNullValue': True|False, 'CustomValues': { 'StringValues': [ 'string', ], 'IntegerValues': [ 123, ], 'DecimalValues': [ 123.0, ], 'DateTimeValues': [ datetime(2015, 1, 1), ] } }, 'SelectAllValueOptions': 'ALL_VALUES', 'SourceParameterName': 'string', 'SourceField': 'string', 'SourceColumn': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } } }, ] } }, ] }, ] }, 'BarChartVisual': { 'VisualId': 'string', 'Title': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FormatText': { 'PlainText': 'string', 'RichText': 'string' } }, 'Subtitle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FormatText': { 'PlainText': 'string', 'RichText': 'string' } }, 'ChartConfiguration': { 'FieldWells': { 'BarChartAggregatedFieldWells': { 'Category': [ { 'NumericalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'DateGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND', 'HierarchyId': 'string', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } } }, ], 'Values': [ { 'NumericalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CalculatedMeasureField': { 'FieldId': 'string', 'Expression': 'string' } }, ], 'Colors': [ { 'NumericalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'DateGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND', 'HierarchyId': 'string', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } } }, ], 'SmallMultiples': [ { 'NumericalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'DateGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND', 'HierarchyId': 'string', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } } }, ] } }, 'SortConfiguration': { 'CategorySort': [ { 'FieldSort': { 'FieldId': 'string', 'Direction': 'ASC'|'DESC' }, 'ColumnSort': { 'SortBy': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Direction': 'ASC'|'DESC', 'AggregationFunction': { 'NumericalAggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'CategoricalAggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'DateAggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'AttributeAggregationFunction': { 'SimpleAttributeAggregation': 'UNIQUE_VALUE', 'ValueForMultipleValues': 'string' } } } }, ], 'CategoryItemsLimit': { 'ItemsLimit': 123, 'OtherCategories': 'INCLUDE'|'EXCLUDE' }, 'ColorSort': [ { 'FieldSort': { 'FieldId': 'string', 'Direction': 'ASC'|'DESC' }, 'ColumnSort': { 'SortBy': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Direction': 'ASC'|'DESC', 'AggregationFunction': { 'NumericalAggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'CategoricalAggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'DateAggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'AttributeAggregationFunction': { 'SimpleAttributeAggregation': 'UNIQUE_VALUE', 'ValueForMultipleValues': 'string' } } } }, ], 'ColorItemsLimit': { 'ItemsLimit': 123, 'OtherCategories': 'INCLUDE'|'EXCLUDE' }, 'SmallMultiplesSort': [ { 'FieldSort': { 'FieldId': 'string', 'Direction': 'ASC'|'DESC' }, 'ColumnSort': { 'SortBy': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Direction': 'ASC'|'DESC', 'AggregationFunction': { 'NumericalAggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'CategoricalAggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'DateAggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'AttributeAggregationFunction': { 'SimpleAttributeAggregation': 'UNIQUE_VALUE', 'ValueForMultipleValues': 'string' } } } }, ], 'SmallMultiplesLimitConfiguration': { 'ItemsLimit': 123, 'OtherCategories': 'INCLUDE'|'EXCLUDE' } }, 'Orientation': 'HORIZONTAL'|'VERTICAL', 'BarsArrangement': 'CLUSTERED'|'STACKED'|'STACKED_PERCENT', 'VisualPalette': { 'ChartColor': 'string', 'ColorMap': [ { 'Element': { 'FieldId': 'string', 'FieldValue': 'string' }, 'Color': 'string', 'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND' }, ] }, 'SmallMultiplesOptions': { 'MaxVisibleRows': 123, 'MaxVisibleColumns': 123, 'PanelConfiguration': { 'Title': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'HorizontalTextAlignment': 'LEFT'|'CENTER'|'RIGHT'|'AUTO' }, 'BorderVisibility': 'HIDDEN'|'VISIBLE', 'BorderThickness': 'string', 'BorderStyle': 'SOLID'|'DASHED'|'DOTTED', 'BorderColor': 'string', 'GutterVisibility': 'HIDDEN'|'VISIBLE', 'GutterSpacing': 'string', 'BackgroundVisibility': 'HIDDEN'|'VISIBLE', 'BackgroundColor': 'string' }, 'XAxis': { 'Scale': 'SHARED'|'INDEPENDENT', 'Placement': 'OUTSIDE'|'INSIDE' }, 'YAxis': { 'Scale': 'SHARED'|'INDEPENDENT', 'Placement': 'OUTSIDE'|'INSIDE' } }, 'CategoryAxis': { 'TickLabelOptions': { 'LabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string' }, 'RotationAngle': 123.0 }, 'AxisLineVisibility': 'HIDDEN'|'VISIBLE', 'GridLineVisibility': 'HIDDEN'|'VISIBLE', 'DataOptions': { 'NumericAxisOptions': { 'Scale': { 'Linear': { 'StepCount': 123, 'StepSize': 123.0 }, 'Logarithmic': { 'Base': 123.0 } }, 'Range': { 'MinMax': { 'Minimum': 123.0, 'Maximum': 123.0 }, 'DataDriven': {} } }, 'DateAxisOptions': { 'MissingDateVisibility': 'HIDDEN'|'VISIBLE' } }, 'ScrollbarOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'VisibleRange': { 'PercentRange': { 'From': 123.0, 'To': 123.0 } } }, 'AxisOffset': 'string' }, 'CategoryLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'SortIconVisibility': 'HIDDEN'|'VISIBLE', 'AxisLabelOptions': [ { 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string', 'ApplyTo': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } } }, ] }, 'ValueAxis': { 'TickLabelOptions': { 'LabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string' }, 'RotationAngle': 123.0 }, 'AxisLineVisibility': 'HIDDEN'|'VISIBLE', 'GridLineVisibility': 'HIDDEN'|'VISIBLE', 'DataOptions': { 'NumericAxisOptions': { 'Scale': { 'Linear': { 'StepCount': 123, 'StepSize': 123.0 }, 'Logarithmic': { 'Base': 123.0 } }, 'Range': { 'MinMax': { 'Minimum': 123.0, 'Maximum': 123.0 }, 'DataDriven': {} } }, 'DateAxisOptions': { 'MissingDateVisibility': 'HIDDEN'|'VISIBLE' } }, 'ScrollbarOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'VisibleRange': { 'PercentRange': { 'From': 123.0, 'To': 123.0 } } }, 'AxisOffset': 'string' }, 'ValueLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'SortIconVisibility': 'HIDDEN'|'VISIBLE', 'AxisLabelOptions': [ { 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string', 'ApplyTo': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } } }, ] }, 'ColorLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'SortIconVisibility': 'HIDDEN'|'VISIBLE', 'AxisLabelOptions': [ { 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string', 'ApplyTo': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } } }, ] }, 'Legend': { 'Visibility': 'HIDDEN'|'VISIBLE', 'Title': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string' }, 'Position': 'AUTO'|'RIGHT'|'BOTTOM'|'TOP', 'Width': 'string', 'Height': 'string' }, 'DataLabels': { 'Visibility': 'HIDDEN'|'VISIBLE', 'CategoryLabelVisibility': 'HIDDEN'|'VISIBLE', 'MeasureLabelVisibility': 'HIDDEN'|'VISIBLE', 'DataLabelTypes': [ { 'FieldLabelType': { 'FieldId': 'string', 'Visibility': 'HIDDEN'|'VISIBLE' }, 'DataPathLabelType': { 'FieldId': 'string', 'FieldValue': 'string', 'Visibility': 'HIDDEN'|'VISIBLE' }, 'RangeEndsLabelType': { 'Visibility': 'HIDDEN'|'VISIBLE' }, 'MinimumLabelType': { 'Visibility': 'HIDDEN'|'VISIBLE' }, 'MaximumLabelType': { 'Visibility': 'HIDDEN'|'VISIBLE' } }, ], 'Position': 'INSIDE'|'OUTSIDE'|'LEFT'|'TOP'|'BOTTOM'|'RIGHT', 'LabelContent': 'VALUE'|'PERCENT'|'VALUE_AND_PERCENT', 'LabelFontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'LabelColor': 'string', 'Overlap': 'DISABLE_OVERLAP'|'ENABLE_OVERLAP', 'TotalsVisibility': 'HIDDEN'|'VISIBLE' }, 'Tooltip': { 'TooltipVisibility': 'HIDDEN'|'VISIBLE', 'SelectedTooltipType': 'BASIC'|'DETAILED', 'FieldBasedTooltip': { 'AggregationVisibility': 'HIDDEN'|'VISIBLE', 'TooltipTitleType': 'NONE'|'PRIMARY_VALUE', 'TooltipFields': [ { 'FieldTooltipItem': { 'FieldId': 'string', 'Label': 'string', 'Visibility': 'HIDDEN'|'VISIBLE' }, 'ColumnTooltipItem': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Label': 'string', 'Visibility': 'HIDDEN'|'VISIBLE', 'Aggregation': { 'NumericalAggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'CategoricalAggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'DateAggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'AttributeAggregationFunction': { 'SimpleAttributeAggregation': 'UNIQUE_VALUE', 'ValueForMultipleValues': 'string' } } } }, ] } }, 'ReferenceLines': [ { 'Status': 'ENABLED'|'DISABLED', 'DataConfiguration': { 'StaticConfiguration': { 'Value': 123.0 }, 'DynamicConfiguration': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'MeasureAggregationFunction': { 'NumericalAggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'CategoricalAggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'DateAggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'AttributeAggregationFunction': { 'SimpleAttributeAggregation': 'UNIQUE_VALUE', 'ValueForMultipleValues': 'string' } }, 'Calculation': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } } }, 'AxisBinding': 'PRIMARY_YAXIS'|'SECONDARY_YAXIS' }, 'StyleConfiguration': { 'Pattern': 'SOLID'|'DASHED'|'DOTTED', 'Color': 'string' }, 'LabelConfiguration': { 'ValueLabelConfiguration': { 'RelativePosition': 'BEFORE_CUSTOM_LABEL'|'AFTER_CUSTOM_LABEL', 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } }, 'CustomLabelConfiguration': { 'CustomLabel': 'string' }, 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'FontColor': 'string', 'HorizontalPosition': 'LEFT'|'CENTER'|'RIGHT', 'VerticalPosition': 'ABOVE'|'BELOW' } }, ], 'ContributionAnalysisDefaults': [ { 'MeasureFieldId': 'string', 'ContributorDimensions': [ { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, ] }, ] }, 'Actions': [ { 'CustomActionId': 'string', 'Name': 'string', 'Status': 'ENABLED'|'DISABLED', 'Trigger': 'DATA_POINT_CLICK'|'DATA_POINT_MENU', 'ActionOperations': [ { 'FilterOperation': { 'SelectedFieldsConfiguration': { 'SelectedFields': [ 'string', ], 'SelectedFieldOptions': 'ALL_FIELDS', 'SelectedColumns': [ { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, ] }, 'TargetVisualsConfiguration': { 'SameSheetTargetVisualConfiguration': { 'TargetVisuals': [ 'string', ], 'TargetVisualOptions': 'ALL_VISUALS' } } }, 'NavigationOperation': { 'LocalNavigationConfiguration': { 'TargetSheetId': 'string' } }, 'URLOperation': { 'URLTemplate': 'string', 'URLTarget': 'NEW_TAB'|'NEW_WINDOW'|'SAME_TAB' }, 'SetParametersOperation': { 'ParameterValueConfigurations': [ { 'DestinationParameterName': 'string', 'Value': { 'CustomValuesConfiguration': { 'IncludeNullValue': True|False, 'CustomValues': { 'StringValues': [ 'string', ], 'IntegerValues': [ 123, ], 'DecimalValues': [ 123.0, ], 'DateTimeValues': [ datetime(2015, 1, 1), ] } }, 'SelectAllValueOptions': 'ALL_VALUES', 'SourceParameterName': 'string', 'SourceField': 'string', 'SourceColumn': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } } }, ] } }, ] }, ], 'ColumnHierarchies': [ { 'ExplicitHierarchy': { 'HierarchyId': 'string', 'Columns': [ { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, ], 'DrillDownFilters': [ { 'NumericEqualityFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Value': 123.0 }, 'CategoryFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'CategoryValues': [ 'string', ] }, 'TimeRangeFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'RangeMinimum': datetime(2015, 1, 1), 'RangeMaximum': datetime(2015, 1, 1), 'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND' } }, ] }, 'DateTimeHierarchy': { 'HierarchyId': 'string', 'DrillDownFilters': [ { 'NumericEqualityFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Value': 123.0 }, 'CategoryFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'CategoryValues': [ 'string', ] }, 'TimeRangeFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'RangeMinimum': datetime(2015, 1, 1), 'RangeMaximum': datetime(2015, 1, 1), 'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND' } }, ] }, 'PredefinedHierarchy': { 'HierarchyId': 'string', 'Columns': [ { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, ], 'DrillDownFilters': [ { 'NumericEqualityFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Value': 123.0 }, 'CategoryFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'CategoryValues': [ 'string', ] }, 'TimeRangeFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'RangeMinimum': datetime(2015, 1, 1), 'RangeMaximum': datetime(2015, 1, 1), 'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND' } }, ] } }, ] }, 'KPIVisual': { 'VisualId': 'string', 'Title': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FormatText': { 'PlainText': 'string', 'RichText': 'string' } }, 'Subtitle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FormatText': { 'PlainText': 'string', 'RichText': 'string' } }, 'ChartConfiguration': { 'FieldWells': { 'Values': [ { 'NumericalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CalculatedMeasureField': { 'FieldId': 'string', 'Expression': 'string' } }, ], 'TargetValues': [ { 'NumericalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CalculatedMeasureField': { 'FieldId': 'string', 'Expression': 'string' } }, ], 'TrendGroups': [ { 'NumericalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'DateGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND', 'HierarchyId': 'string', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } } }, ] }, 'SortConfiguration': { 'TrendGroupSort': [ { 'FieldSort': { 'FieldId': 'string', 'Direction': 'ASC'|'DESC' }, 'ColumnSort': { 'SortBy': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Direction': 'ASC'|'DESC', 'AggregationFunction': { 'NumericalAggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'CategoricalAggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'DateAggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'AttributeAggregationFunction': { 'SimpleAttributeAggregation': 'UNIQUE_VALUE', 'ValueForMultipleValues': 'string' } } } }, ] }, 'KPIOptions': { 'ProgressBar': { 'Visibility': 'HIDDEN'|'VISIBLE' }, 'TrendArrows': { 'Visibility': 'HIDDEN'|'VISIBLE' }, 'SecondaryValue': { 'Visibility': 'HIDDEN'|'VISIBLE' }, 'Comparison': { 'ComparisonMethod': 'DIFFERENCE'|'PERCENT_DIFFERENCE'|'PERCENT', 'ComparisonFormat': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } }, 'PrimaryValueDisplayType': 'HIDDEN'|'COMPARISON'|'ACTUAL', 'PrimaryValueFontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'SecondaryValueFontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'Sparkline': { 'Visibility': 'HIDDEN'|'VISIBLE', 'Type': 'LINE'|'AREA', 'Color': 'string', 'TooltipVisibility': 'HIDDEN'|'VISIBLE' }, 'VisualLayoutOptions': { 'StandardLayout': { 'Type': 'CLASSIC'|'VERTICAL' } } } }, 'ConditionalFormatting': { 'ConditionalFormattingOptions': [ { 'PrimaryValue': { 'TextColor': { 'Solid': { 'Expression': 'string', 'Color': 'string' }, 'Gradient': { 'Expression': 'string', 'Color': { 'Stops': [ { 'GradientOffset': 123.0, 'DataValue': 123.0, 'Color': 'string' }, ] } } }, 'Icon': { 'IconSet': { 'Expression': 'string', 'IconSetType': 'PLUS_MINUS'|'CHECK_X'|'THREE_COLOR_ARROW'|'THREE_GRAY_ARROW'|'CARET_UP_MINUS_DOWN'|'THREE_SHAPE'|'THREE_CIRCLE'|'FLAGS'|'BARS'|'FOUR_COLOR_ARROW'|'FOUR_GRAY_ARROW' }, 'CustomCondition': { 'Expression': 'string', 'IconOptions': { 'Icon': 'CARET_UP'|'CARET_DOWN'|'PLUS'|'MINUS'|'ARROW_UP'|'ARROW_DOWN'|'ARROW_LEFT'|'ARROW_UP_LEFT'|'ARROW_DOWN_LEFT'|'ARROW_RIGHT'|'ARROW_UP_RIGHT'|'ARROW_DOWN_RIGHT'|'FACE_UP'|'FACE_DOWN'|'FACE_FLAT'|'ONE_BAR'|'TWO_BAR'|'THREE_BAR'|'CIRCLE'|'TRIANGLE'|'SQUARE'|'FLAG'|'THUMBS_UP'|'THUMBS_DOWN'|'CHECKMARK'|'X', 'UnicodeIcon': 'string' }, 'Color': 'string', 'DisplayConfiguration': { 'IconDisplayOption': 'ICON_ONLY' } } } }, 'ProgressBar': { 'ForegroundColor': { 'Solid': { 'Expression': 'string', 'Color': 'string' }, 'Gradient': { 'Expression': 'string', 'Color': { 'Stops': [ { 'GradientOffset': 123.0, 'DataValue': 123.0, 'Color': 'string' }, ] } } } }, 'ActualValue': { 'TextColor': { 'Solid': { 'Expression': 'string', 'Color': 'string' }, 'Gradient': { 'Expression': 'string', 'Color': { 'Stops': [ { 'GradientOffset': 123.0, 'DataValue': 123.0, 'Color': 'string' }, ] } } }, 'Icon': { 'IconSet': { 'Expression': 'string', 'IconSetType': 'PLUS_MINUS'|'CHECK_X'|'THREE_COLOR_ARROW'|'THREE_GRAY_ARROW'|'CARET_UP_MINUS_DOWN'|'THREE_SHAPE'|'THREE_CIRCLE'|'FLAGS'|'BARS'|'FOUR_COLOR_ARROW'|'FOUR_GRAY_ARROW' }, 'CustomCondition': { 'Expression': 'string', 'IconOptions': { 'Icon': 'CARET_UP'|'CARET_DOWN'|'PLUS'|'MINUS'|'ARROW_UP'|'ARROW_DOWN'|'ARROW_LEFT'|'ARROW_UP_LEFT'|'ARROW_DOWN_LEFT'|'ARROW_RIGHT'|'ARROW_UP_RIGHT'|'ARROW_DOWN_RIGHT'|'FACE_UP'|'FACE_DOWN'|'FACE_FLAT'|'ONE_BAR'|'TWO_BAR'|'THREE_BAR'|'CIRCLE'|'TRIANGLE'|'SQUARE'|'FLAG'|'THUMBS_UP'|'THUMBS_DOWN'|'CHECKMARK'|'X', 'UnicodeIcon': 'string' }, 'Color': 'string', 'DisplayConfiguration': { 'IconDisplayOption': 'ICON_ONLY' } } } }, 'ComparisonValue': { 'TextColor': { 'Solid': { 'Expression': 'string', 'Color': 'string' }, 'Gradient': { 'Expression': 'string', 'Color': { 'Stops': [ { 'GradientOffset': 123.0, 'DataValue': 123.0, 'Color': 'string' }, ] } } }, 'Icon': { 'IconSet': { 'Expression': 'string', 'IconSetType': 'PLUS_MINUS'|'CHECK_X'|'THREE_COLOR_ARROW'|'THREE_GRAY_ARROW'|'CARET_UP_MINUS_DOWN'|'THREE_SHAPE'|'THREE_CIRCLE'|'FLAGS'|'BARS'|'FOUR_COLOR_ARROW'|'FOUR_GRAY_ARROW' }, 'CustomCondition': { 'Expression': 'string', 'IconOptions': { 'Icon': 'CARET_UP'|'CARET_DOWN'|'PLUS'|'MINUS'|'ARROW_UP'|'ARROW_DOWN'|'ARROW_LEFT'|'ARROW_UP_LEFT'|'ARROW_DOWN_LEFT'|'ARROW_RIGHT'|'ARROW_UP_RIGHT'|'ARROW_DOWN_RIGHT'|'FACE_UP'|'FACE_DOWN'|'FACE_FLAT'|'ONE_BAR'|'TWO_BAR'|'THREE_BAR'|'CIRCLE'|'TRIANGLE'|'SQUARE'|'FLAG'|'THUMBS_UP'|'THUMBS_DOWN'|'CHECKMARK'|'X', 'UnicodeIcon': 'string' }, 'Color': 'string', 'DisplayConfiguration': { 'IconDisplayOption': 'ICON_ONLY' } } } } }, ] }, 'Actions': [ { 'CustomActionId': 'string', 'Name': 'string', 'Status': 'ENABLED'|'DISABLED', 'Trigger': 'DATA_POINT_CLICK'|'DATA_POINT_MENU', 'ActionOperations': [ { 'FilterOperation': { 'SelectedFieldsConfiguration': { 'SelectedFields': [ 'string', ], 'SelectedFieldOptions': 'ALL_FIELDS', 'SelectedColumns': [ { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, ] }, 'TargetVisualsConfiguration': { 'SameSheetTargetVisualConfiguration': { 'TargetVisuals': [ 'string', ], 'TargetVisualOptions': 'ALL_VISUALS' } } }, 'NavigationOperation': { 'LocalNavigationConfiguration': { 'TargetSheetId': 'string' } }, 'URLOperation': { 'URLTemplate': 'string', 'URLTarget': 'NEW_TAB'|'NEW_WINDOW'|'SAME_TAB' }, 'SetParametersOperation': { 'ParameterValueConfigurations': [ { 'DestinationParameterName': 'string', 'Value': { 'CustomValuesConfiguration': { 'IncludeNullValue': True|False, 'CustomValues': { 'StringValues': [ 'string', ], 'IntegerValues': [ 123, ], 'DecimalValues': [ 123.0, ], 'DateTimeValues': [ datetime(2015, 1, 1), ] } }, 'SelectAllValueOptions': 'ALL_VALUES', 'SourceParameterName': 'string', 'SourceField': 'string', 'SourceColumn': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } } }, ] } }, ] }, ], 'ColumnHierarchies': [ { 'ExplicitHierarchy': { 'HierarchyId': 'string', 'Columns': [ { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, ], 'DrillDownFilters': [ { 'NumericEqualityFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Value': 123.0 }, 'CategoryFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'CategoryValues': [ 'string', ] }, 'TimeRangeFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'RangeMinimum': datetime(2015, 1, 1), 'RangeMaximum': datetime(2015, 1, 1), 'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND' } }, ] }, 'DateTimeHierarchy': { 'HierarchyId': 'string', 'DrillDownFilters': [ { 'NumericEqualityFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Value': 123.0 }, 'CategoryFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'CategoryValues': [ 'string', ] }, 'TimeRangeFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'RangeMinimum': datetime(2015, 1, 1), 'RangeMaximum': datetime(2015, 1, 1), 'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND' } }, ] }, 'PredefinedHierarchy': { 'HierarchyId': 'string', 'Columns': [ { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, ], 'DrillDownFilters': [ { 'NumericEqualityFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Value': 123.0 }, 'CategoryFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'CategoryValues': [ 'string', ] }, 'TimeRangeFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'RangeMinimum': datetime(2015, 1, 1), 'RangeMaximum': datetime(2015, 1, 1), 'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND' } }, ] } }, ] }, 'PieChartVisual': { 'VisualId': 'string', 'Title': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FormatText': { 'PlainText': 'string', 'RichText': 'string' } }, 'Subtitle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FormatText': { 'PlainText': 'string', 'RichText': 'string' } }, 'ChartConfiguration': { 'FieldWells': { 'PieChartAggregatedFieldWells': { 'Category': [ { 'NumericalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'DateGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND', 'HierarchyId': 'string', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } } }, ], 'Values': [ { 'NumericalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CalculatedMeasureField': { 'FieldId': 'string', 'Expression': 'string' } }, ], 'SmallMultiples': [ { 'NumericalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'DateGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND', 'HierarchyId': 'string', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } } }, ] } }, 'SortConfiguration': { 'CategorySort': [ { 'FieldSort': { 'FieldId': 'string', 'Direction': 'ASC'|'DESC' }, 'ColumnSort': { 'SortBy': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Direction': 'ASC'|'DESC', 'AggregationFunction': { 'NumericalAggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'CategoricalAggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'DateAggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'AttributeAggregationFunction': { 'SimpleAttributeAggregation': 'UNIQUE_VALUE', 'ValueForMultipleValues': 'string' } } } }, ], 'CategoryItemsLimit': { 'ItemsLimit': 123, 'OtherCategories': 'INCLUDE'|'EXCLUDE' }, 'SmallMultiplesSort': [ { 'FieldSort': { 'FieldId': 'string', 'Direction': 'ASC'|'DESC' }, 'ColumnSort': { 'SortBy': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Direction': 'ASC'|'DESC', 'AggregationFunction': { 'NumericalAggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'CategoricalAggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'DateAggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'AttributeAggregationFunction': { 'SimpleAttributeAggregation': 'UNIQUE_VALUE', 'ValueForMultipleValues': 'string' } } } }, ], 'SmallMultiplesLimitConfiguration': { 'ItemsLimit': 123, 'OtherCategories': 'INCLUDE'|'EXCLUDE' } }, 'DonutOptions': { 'ArcOptions': { 'ArcThickness': 'SMALL'|'MEDIUM'|'LARGE'|'WHOLE' }, 'DonutCenterOptions': { 'LabelVisibility': 'HIDDEN'|'VISIBLE' } }, 'SmallMultiplesOptions': { 'MaxVisibleRows': 123, 'MaxVisibleColumns': 123, 'PanelConfiguration': { 'Title': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'HorizontalTextAlignment': 'LEFT'|'CENTER'|'RIGHT'|'AUTO' }, 'BorderVisibility': 'HIDDEN'|'VISIBLE', 'BorderThickness': 'string', 'BorderStyle': 'SOLID'|'DASHED'|'DOTTED', 'BorderColor': 'string', 'GutterVisibility': 'HIDDEN'|'VISIBLE', 'GutterSpacing': 'string', 'BackgroundVisibility': 'HIDDEN'|'VISIBLE', 'BackgroundColor': 'string' }, 'XAxis': { 'Scale': 'SHARED'|'INDEPENDENT', 'Placement': 'OUTSIDE'|'INSIDE' }, 'YAxis': { 'Scale': 'SHARED'|'INDEPENDENT', 'Placement': 'OUTSIDE'|'INSIDE' } }, 'CategoryLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'SortIconVisibility': 'HIDDEN'|'VISIBLE', 'AxisLabelOptions': [ { 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string', 'ApplyTo': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } } }, ] }, 'ValueLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'SortIconVisibility': 'HIDDEN'|'VISIBLE', 'AxisLabelOptions': [ { 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string', 'ApplyTo': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } } }, ] }, 'Legend': { 'Visibility': 'HIDDEN'|'VISIBLE', 'Title': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string' }, 'Position': 'AUTO'|'RIGHT'|'BOTTOM'|'TOP', 'Width': 'string', 'Height': 'string' }, 'DataLabels': { 'Visibility': 'HIDDEN'|'VISIBLE', 'CategoryLabelVisibility': 'HIDDEN'|'VISIBLE', 'MeasureLabelVisibility': 'HIDDEN'|'VISIBLE', 'DataLabelTypes': [ { 'FieldLabelType': { 'FieldId': 'string', 'Visibility': 'HIDDEN'|'VISIBLE' }, 'DataPathLabelType': { 'FieldId': 'string', 'FieldValue': 'string', 'Visibility': 'HIDDEN'|'VISIBLE' }, 'RangeEndsLabelType': { 'Visibility': 'HIDDEN'|'VISIBLE' }, 'MinimumLabelType': { 'Visibility': 'HIDDEN'|'VISIBLE' }, 'MaximumLabelType': { 'Visibility': 'HIDDEN'|'VISIBLE' } }, ], 'Position': 'INSIDE'|'OUTSIDE'|'LEFT'|'TOP'|'BOTTOM'|'RIGHT', 'LabelContent': 'VALUE'|'PERCENT'|'VALUE_AND_PERCENT', 'LabelFontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'LabelColor': 'string', 'Overlap': 'DISABLE_OVERLAP'|'ENABLE_OVERLAP', 'TotalsVisibility': 'HIDDEN'|'VISIBLE' }, 'Tooltip': { 'TooltipVisibility': 'HIDDEN'|'VISIBLE', 'SelectedTooltipType': 'BASIC'|'DETAILED', 'FieldBasedTooltip': { 'AggregationVisibility': 'HIDDEN'|'VISIBLE', 'TooltipTitleType': 'NONE'|'PRIMARY_VALUE', 'TooltipFields': [ { 'FieldTooltipItem': { 'FieldId': 'string', 'Label': 'string', 'Visibility': 'HIDDEN'|'VISIBLE' }, 'ColumnTooltipItem': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Label': 'string', 'Visibility': 'HIDDEN'|'VISIBLE', 'Aggregation': { 'NumericalAggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'CategoricalAggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'DateAggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'AttributeAggregationFunction': { 'SimpleAttributeAggregation': 'UNIQUE_VALUE', 'ValueForMultipleValues': 'string' } } } }, ] } }, 'VisualPalette': { 'ChartColor': 'string', 'ColorMap': [ { 'Element': { 'FieldId': 'string', 'FieldValue': 'string' }, 'Color': 'string', 'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND' }, ] }, 'ContributionAnalysisDefaults': [ { 'MeasureFieldId': 'string', 'ContributorDimensions': [ { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, ] }, ] }, 'Actions': [ { 'CustomActionId': 'string', 'Name': 'string', 'Status': 'ENABLED'|'DISABLED', 'Trigger': 'DATA_POINT_CLICK'|'DATA_POINT_MENU', 'ActionOperations': [ { 'FilterOperation': { 'SelectedFieldsConfiguration': { 'SelectedFields': [ 'string', ], 'SelectedFieldOptions': 'ALL_FIELDS', 'SelectedColumns': [ { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, ] }, 'TargetVisualsConfiguration': { 'SameSheetTargetVisualConfiguration': { 'TargetVisuals': [ 'string', ], 'TargetVisualOptions': 'ALL_VISUALS' } } }, 'NavigationOperation': { 'LocalNavigationConfiguration': { 'TargetSheetId': 'string' } }, 'URLOperation': { 'URLTemplate': 'string', 'URLTarget': 'NEW_TAB'|'NEW_WINDOW'|'SAME_TAB' }, 'SetParametersOperation': { 'ParameterValueConfigurations': [ { 'DestinationParameterName': 'string', 'Value': { 'CustomValuesConfiguration': { 'IncludeNullValue': True|False, 'CustomValues': { 'StringValues': [ 'string', ], 'IntegerValues': [ 123, ], 'DecimalValues': [ 123.0, ], 'DateTimeValues': [ datetime(2015, 1, 1), ] } }, 'SelectAllValueOptions': 'ALL_VALUES', 'SourceParameterName': 'string', 'SourceField': 'string', 'SourceColumn': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } } }, ] } }, ] }, ], 'ColumnHierarchies': [ { 'ExplicitHierarchy': { 'HierarchyId': 'string', 'Columns': [ { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, ], 'DrillDownFilters': [ { 'NumericEqualityFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Value': 123.0 }, 'CategoryFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'CategoryValues': [ 'string', ] }, 'TimeRangeFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'RangeMinimum': datetime(2015, 1, 1), 'RangeMaximum': datetime(2015, 1, 1), 'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND' } }, ] }, 'DateTimeHierarchy': { 'HierarchyId': 'string', 'DrillDownFilters': [ { 'NumericEqualityFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Value': 123.0 }, 'CategoryFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'CategoryValues': [ 'string', ] }, 'TimeRangeFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'RangeMinimum': datetime(2015, 1, 1), 'RangeMaximum': datetime(2015, 1, 1), 'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND' } }, ] }, 'PredefinedHierarchy': { 'HierarchyId': 'string', 'Columns': [ { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, ], 'DrillDownFilters': [ { 'NumericEqualityFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Value': 123.0 }, 'CategoryFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'CategoryValues': [ 'string', ] }, 'TimeRangeFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'RangeMinimum': datetime(2015, 1, 1), 'RangeMaximum': datetime(2015, 1, 1), 'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND' } }, ] } }, ] }, 'GaugeChartVisual': { 'VisualId': 'string', 'Title': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FormatText': { 'PlainText': 'string', 'RichText': 'string' } }, 'Subtitle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FormatText': { 'PlainText': 'string', 'RichText': 'string' } }, 'ChartConfiguration': { 'FieldWells': { 'Values': [ { 'NumericalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CalculatedMeasureField': { 'FieldId': 'string', 'Expression': 'string' } }, ], 'TargetValues': [ { 'NumericalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CalculatedMeasureField': { 'FieldId': 'string', 'Expression': 'string' } }, ] }, 'GaugeChartOptions': { 'PrimaryValueDisplayType': 'HIDDEN'|'COMPARISON'|'ACTUAL', 'Comparison': { 'ComparisonMethod': 'DIFFERENCE'|'PERCENT_DIFFERENCE'|'PERCENT', 'ComparisonFormat': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } }, 'ArcAxis': { 'Range': { 'Min': 123.0, 'Max': 123.0 }, 'ReserveRange': 123 }, 'Arc': { 'ArcAngle': 123.0, 'ArcThickness': 'SMALL'|'MEDIUM'|'LARGE' }, 'PrimaryValueFontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' } }, 'DataLabels': { 'Visibility': 'HIDDEN'|'VISIBLE', 'CategoryLabelVisibility': 'HIDDEN'|'VISIBLE', 'MeasureLabelVisibility': 'HIDDEN'|'VISIBLE', 'DataLabelTypes': [ { 'FieldLabelType': { 'FieldId': 'string', 'Visibility': 'HIDDEN'|'VISIBLE' }, 'DataPathLabelType': { 'FieldId': 'string', 'FieldValue': 'string', 'Visibility': 'HIDDEN'|'VISIBLE' }, 'RangeEndsLabelType': { 'Visibility': 'HIDDEN'|'VISIBLE' }, 'MinimumLabelType': { 'Visibility': 'HIDDEN'|'VISIBLE' }, 'MaximumLabelType': { 'Visibility': 'HIDDEN'|'VISIBLE' } }, ], 'Position': 'INSIDE'|'OUTSIDE'|'LEFT'|'TOP'|'BOTTOM'|'RIGHT', 'LabelContent': 'VALUE'|'PERCENT'|'VALUE_AND_PERCENT', 'LabelFontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'LabelColor': 'string', 'Overlap': 'DISABLE_OVERLAP'|'ENABLE_OVERLAP', 'TotalsVisibility': 'HIDDEN'|'VISIBLE' }, 'TooltipOptions': { 'TooltipVisibility': 'HIDDEN'|'VISIBLE', 'SelectedTooltipType': 'BASIC'|'DETAILED', 'FieldBasedTooltip': { 'AggregationVisibility': 'HIDDEN'|'VISIBLE', 'TooltipTitleType': 'NONE'|'PRIMARY_VALUE', 'TooltipFields': [ { 'FieldTooltipItem': { 'FieldId': 'string', 'Label': 'string', 'Visibility': 'HIDDEN'|'VISIBLE' }, 'ColumnTooltipItem': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Label': 'string', 'Visibility': 'HIDDEN'|'VISIBLE', 'Aggregation': { 'NumericalAggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'CategoricalAggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'DateAggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'AttributeAggregationFunction': { 'SimpleAttributeAggregation': 'UNIQUE_VALUE', 'ValueForMultipleValues': 'string' } } } }, ] } }, 'VisualPalette': { 'ChartColor': 'string', 'ColorMap': [ { 'Element': { 'FieldId': 'string', 'FieldValue': 'string' }, 'Color': 'string', 'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND' }, ] } }, 'ConditionalFormatting': { 'ConditionalFormattingOptions': [ { 'PrimaryValue': { 'TextColor': { 'Solid': { 'Expression': 'string', 'Color': 'string' }, 'Gradient': { 'Expression': 'string', 'Color': { 'Stops': [ { 'GradientOffset': 123.0, 'DataValue': 123.0, 'Color': 'string' }, ] } } }, 'Icon': { 'IconSet': { 'Expression': 'string', 'IconSetType': 'PLUS_MINUS'|'CHECK_X'|'THREE_COLOR_ARROW'|'THREE_GRAY_ARROW'|'CARET_UP_MINUS_DOWN'|'THREE_SHAPE'|'THREE_CIRCLE'|'FLAGS'|'BARS'|'FOUR_COLOR_ARROW'|'FOUR_GRAY_ARROW' }, 'CustomCondition': { 'Expression': 'string', 'IconOptions': { 'Icon': 'CARET_UP'|'CARET_DOWN'|'PLUS'|'MINUS'|'ARROW_UP'|'ARROW_DOWN'|'ARROW_LEFT'|'ARROW_UP_LEFT'|'ARROW_DOWN_LEFT'|'ARROW_RIGHT'|'ARROW_UP_RIGHT'|'ARROW_DOWN_RIGHT'|'FACE_UP'|'FACE_DOWN'|'FACE_FLAT'|'ONE_BAR'|'TWO_BAR'|'THREE_BAR'|'CIRCLE'|'TRIANGLE'|'SQUARE'|'FLAG'|'THUMBS_UP'|'THUMBS_DOWN'|'CHECKMARK'|'X', 'UnicodeIcon': 'string' }, 'Color': 'string', 'DisplayConfiguration': { 'IconDisplayOption': 'ICON_ONLY' } } } }, 'Arc': { 'ForegroundColor': { 'Solid': { 'Expression': 'string', 'Color': 'string' }, 'Gradient': { 'Expression': 'string', 'Color': { 'Stops': [ { 'GradientOffset': 123.0, 'DataValue': 123.0, 'Color': 'string' }, ] } } } } }, ] }, 'Actions': [ { 'CustomActionId': 'string', 'Name': 'string', 'Status': 'ENABLED'|'DISABLED', 'Trigger': 'DATA_POINT_CLICK'|'DATA_POINT_MENU', 'ActionOperations': [ { 'FilterOperation': { 'SelectedFieldsConfiguration': { 'SelectedFields': [ 'string', ], 'SelectedFieldOptions': 'ALL_FIELDS', 'SelectedColumns': [ { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, ] }, 'TargetVisualsConfiguration': { 'SameSheetTargetVisualConfiguration': { 'TargetVisuals': [ 'string', ], 'TargetVisualOptions': 'ALL_VISUALS' } } }, 'NavigationOperation': { 'LocalNavigationConfiguration': { 'TargetSheetId': 'string' } }, 'URLOperation': { 'URLTemplate': 'string', 'URLTarget': 'NEW_TAB'|'NEW_WINDOW'|'SAME_TAB' }, 'SetParametersOperation': { 'ParameterValueConfigurations': [ { 'DestinationParameterName': 'string', 'Value': { 'CustomValuesConfiguration': { 'IncludeNullValue': True|False, 'CustomValues': { 'StringValues': [ 'string', ], 'IntegerValues': [ 123, ], 'DecimalValues': [ 123.0, ], 'DateTimeValues': [ datetime(2015, 1, 1), ] } }, 'SelectAllValueOptions': 'ALL_VALUES', 'SourceParameterName': 'string', 'SourceField': 'string', 'SourceColumn': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } } }, ] } }, ] }, ] }, 'LineChartVisual': { 'VisualId': 'string', 'Title': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FormatText': { 'PlainText': 'string', 'RichText': 'string' } }, 'Subtitle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FormatText': { 'PlainText': 'string', 'RichText': 'string' } }, 'ChartConfiguration': { 'FieldWells': { 'LineChartAggregatedFieldWells': { 'Category': [ { 'NumericalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'DateGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND', 'HierarchyId': 'string', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } } }, ], 'Values': [ { 'NumericalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CalculatedMeasureField': { 'FieldId': 'string', 'Expression': 'string' } }, ], 'Colors': [ { 'NumericalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'DateGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND', 'HierarchyId': 'string', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } } }, ], 'SmallMultiples': [ { 'NumericalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'DateGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND', 'HierarchyId': 'string', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } } }, ] } }, 'SortConfiguration': { 'CategorySort': [ { 'FieldSort': { 'FieldId': 'string', 'Direction': 'ASC'|'DESC' }, 'ColumnSort': { 'SortBy': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Direction': 'ASC'|'DESC', 'AggregationFunction': { 'NumericalAggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'CategoricalAggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'DateAggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'AttributeAggregationFunction': { 'SimpleAttributeAggregation': 'UNIQUE_VALUE', 'ValueForMultipleValues': 'string' } } } }, ], 'CategoryItemsLimitConfiguration': { 'ItemsLimit': 123, 'OtherCategories': 'INCLUDE'|'EXCLUDE' }, 'ColorItemsLimitConfiguration': { 'ItemsLimit': 123, 'OtherCategories': 'INCLUDE'|'EXCLUDE' }, 'SmallMultiplesSort': [ { 'FieldSort': { 'FieldId': 'string', 'Direction': 'ASC'|'DESC' }, 'ColumnSort': { 'SortBy': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Direction': 'ASC'|'DESC', 'AggregationFunction': { 'NumericalAggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'CategoricalAggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'DateAggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'AttributeAggregationFunction': { 'SimpleAttributeAggregation': 'UNIQUE_VALUE', 'ValueForMultipleValues': 'string' } } } }, ], 'SmallMultiplesLimitConfiguration': { 'ItemsLimit': 123, 'OtherCategories': 'INCLUDE'|'EXCLUDE' } }, 'ForecastConfigurations': [ { 'ForecastProperties': { 'PeriodsForward': 123, 'PeriodsBackward': 123, 'UpperBoundary': 123.0, 'LowerBoundary': 123.0, 'PredictionInterval': 123, 'Seasonality': 123 }, 'Scenario': { 'WhatIfPointScenario': { 'Date': datetime(2015, 1, 1), 'Value': 123.0 }, 'WhatIfRangeScenario': { 'StartDate': datetime(2015, 1, 1), 'EndDate': datetime(2015, 1, 1), 'Value': 123.0 } } }, ], 'Type': 'LINE'|'AREA'|'STACKED_AREA', 'SmallMultiplesOptions': { 'MaxVisibleRows': 123, 'MaxVisibleColumns': 123, 'PanelConfiguration': { 'Title': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'HorizontalTextAlignment': 'LEFT'|'CENTER'|'RIGHT'|'AUTO' }, 'BorderVisibility': 'HIDDEN'|'VISIBLE', 'BorderThickness': 'string', 'BorderStyle': 'SOLID'|'DASHED'|'DOTTED', 'BorderColor': 'string', 'GutterVisibility': 'HIDDEN'|'VISIBLE', 'GutterSpacing': 'string', 'BackgroundVisibility': 'HIDDEN'|'VISIBLE', 'BackgroundColor': 'string' }, 'XAxis': { 'Scale': 'SHARED'|'INDEPENDENT', 'Placement': 'OUTSIDE'|'INSIDE' }, 'YAxis': { 'Scale': 'SHARED'|'INDEPENDENT', 'Placement': 'OUTSIDE'|'INSIDE' } }, 'XAxisDisplayOptions': { 'TickLabelOptions': { 'LabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string' }, 'RotationAngle': 123.0 }, 'AxisLineVisibility': 'HIDDEN'|'VISIBLE', 'GridLineVisibility': 'HIDDEN'|'VISIBLE', 'DataOptions': { 'NumericAxisOptions': { 'Scale': { 'Linear': { 'StepCount': 123, 'StepSize': 123.0 }, 'Logarithmic': { 'Base': 123.0 } }, 'Range': { 'MinMax': { 'Minimum': 123.0, 'Maximum': 123.0 }, 'DataDriven': {} } }, 'DateAxisOptions': { 'MissingDateVisibility': 'HIDDEN'|'VISIBLE' } }, 'ScrollbarOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'VisibleRange': { 'PercentRange': { 'From': 123.0, 'To': 123.0 } } }, 'AxisOffset': 'string' }, 'XAxisLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'SortIconVisibility': 'HIDDEN'|'VISIBLE', 'AxisLabelOptions': [ { 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string', 'ApplyTo': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } } }, ] }, 'PrimaryYAxisDisplayOptions': { 'AxisOptions': { 'TickLabelOptions': { 'LabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string' }, 'RotationAngle': 123.0 }, 'AxisLineVisibility': 'HIDDEN'|'VISIBLE', 'GridLineVisibility': 'HIDDEN'|'VISIBLE', 'DataOptions': { 'NumericAxisOptions': { 'Scale': { 'Linear': { 'StepCount': 123, 'StepSize': 123.0 }, 'Logarithmic': { 'Base': 123.0 } }, 'Range': { 'MinMax': { 'Minimum': 123.0, 'Maximum': 123.0 }, 'DataDriven': {} } }, 'DateAxisOptions': { 'MissingDateVisibility': 'HIDDEN'|'VISIBLE' } }, 'ScrollbarOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'VisibleRange': { 'PercentRange': { 'From': 123.0, 'To': 123.0 } } }, 'AxisOffset': 'string' }, 'MissingDataConfigurations': [ { 'TreatmentOption': 'INTERPOLATE'|'SHOW_AS_ZERO'|'SHOW_AS_BLANK' }, ] }, 'PrimaryYAxisLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'SortIconVisibility': 'HIDDEN'|'VISIBLE', 'AxisLabelOptions': [ { 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string', 'ApplyTo': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } } }, ] }, 'SecondaryYAxisDisplayOptions': { 'AxisOptions': { 'TickLabelOptions': { 'LabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string' }, 'RotationAngle': 123.0 }, 'AxisLineVisibility': 'HIDDEN'|'VISIBLE', 'GridLineVisibility': 'HIDDEN'|'VISIBLE', 'DataOptions': { 'NumericAxisOptions': { 'Scale': { 'Linear': { 'StepCount': 123, 'StepSize': 123.0 }, 'Logarithmic': { 'Base': 123.0 } }, 'Range': { 'MinMax': { 'Minimum': 123.0, 'Maximum': 123.0 }, 'DataDriven': {} } }, 'DateAxisOptions': { 'MissingDateVisibility': 'HIDDEN'|'VISIBLE' } }, 'ScrollbarOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'VisibleRange': { 'PercentRange': { 'From': 123.0, 'To': 123.0 } } }, 'AxisOffset': 'string' }, 'MissingDataConfigurations': [ { 'TreatmentOption': 'INTERPOLATE'|'SHOW_AS_ZERO'|'SHOW_AS_BLANK' }, ] }, 'SecondaryYAxisLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'SortIconVisibility': 'HIDDEN'|'VISIBLE', 'AxisLabelOptions': [ { 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string', 'ApplyTo': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } } }, ] }, 'DefaultSeriesSettings': { 'AxisBinding': 'PRIMARY_YAXIS'|'SECONDARY_YAXIS', 'LineStyleSettings': { 'LineVisibility': 'HIDDEN'|'VISIBLE', 'LineInterpolation': 'LINEAR'|'SMOOTH'|'STEPPED', 'LineStyle': 'SOLID'|'DOTTED'|'DASHED', 'LineWidth': 'string' }, 'MarkerStyleSettings': { 'MarkerVisibility': 'HIDDEN'|'VISIBLE', 'MarkerShape': 'CIRCLE'|'TRIANGLE'|'SQUARE'|'DIAMOND'|'ROUNDED_SQUARE', 'MarkerSize': 'string', 'MarkerColor': 'string' } }, 'Series': [ { 'FieldSeriesItem': { 'FieldId': 'string', 'AxisBinding': 'PRIMARY_YAXIS'|'SECONDARY_YAXIS', 'Settings': { 'LineStyleSettings': { 'LineVisibility': 'HIDDEN'|'VISIBLE', 'LineInterpolation': 'LINEAR'|'SMOOTH'|'STEPPED', 'LineStyle': 'SOLID'|'DOTTED'|'DASHED', 'LineWidth': 'string' }, 'MarkerStyleSettings': { 'MarkerVisibility': 'HIDDEN'|'VISIBLE', 'MarkerShape': 'CIRCLE'|'TRIANGLE'|'SQUARE'|'DIAMOND'|'ROUNDED_SQUARE', 'MarkerSize': 'string', 'MarkerColor': 'string' } } }, 'DataFieldSeriesItem': { 'FieldId': 'string', 'FieldValue': 'string', 'AxisBinding': 'PRIMARY_YAXIS'|'SECONDARY_YAXIS', 'Settings': { 'LineStyleSettings': { 'LineVisibility': 'HIDDEN'|'VISIBLE', 'LineInterpolation': 'LINEAR'|'SMOOTH'|'STEPPED', 'LineStyle': 'SOLID'|'DOTTED'|'DASHED', 'LineWidth': 'string' }, 'MarkerStyleSettings': { 'MarkerVisibility': 'HIDDEN'|'VISIBLE', 'MarkerShape': 'CIRCLE'|'TRIANGLE'|'SQUARE'|'DIAMOND'|'ROUNDED_SQUARE', 'MarkerSize': 'string', 'MarkerColor': 'string' } } } }, ], 'Legend': { 'Visibility': 'HIDDEN'|'VISIBLE', 'Title': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string' }, 'Position': 'AUTO'|'RIGHT'|'BOTTOM'|'TOP', 'Width': 'string', 'Height': 'string' }, 'DataLabels': { 'Visibility': 'HIDDEN'|'VISIBLE', 'CategoryLabelVisibility': 'HIDDEN'|'VISIBLE', 'MeasureLabelVisibility': 'HIDDEN'|'VISIBLE', 'DataLabelTypes': [ { 'FieldLabelType': { 'FieldId': 'string', 'Visibility': 'HIDDEN'|'VISIBLE' }, 'DataPathLabelType': { 'FieldId': 'string', 'FieldValue': 'string', 'Visibility': 'HIDDEN'|'VISIBLE' }, 'RangeEndsLabelType': { 'Visibility': 'HIDDEN'|'VISIBLE' }, 'MinimumLabelType': { 'Visibility': 'HIDDEN'|'VISIBLE' }, 'MaximumLabelType': { 'Visibility': 'HIDDEN'|'VISIBLE' } }, ], 'Position': 'INSIDE'|'OUTSIDE'|'LEFT'|'TOP'|'BOTTOM'|'RIGHT', 'LabelContent': 'VALUE'|'PERCENT'|'VALUE_AND_PERCENT', 'LabelFontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'LabelColor': 'string', 'Overlap': 'DISABLE_OVERLAP'|'ENABLE_OVERLAP', 'TotalsVisibility': 'HIDDEN'|'VISIBLE' }, 'ReferenceLines': [ { 'Status': 'ENABLED'|'DISABLED', 'DataConfiguration': { 'StaticConfiguration': { 'Value': 123.0 }, 'DynamicConfiguration': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'MeasureAggregationFunction': { 'NumericalAggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'CategoricalAggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'DateAggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'AttributeAggregationFunction': { 'SimpleAttributeAggregation': 'UNIQUE_VALUE', 'ValueForMultipleValues': 'string' } }, 'Calculation': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } } }, 'AxisBinding': 'PRIMARY_YAXIS'|'SECONDARY_YAXIS' }, 'StyleConfiguration': { 'Pattern': 'SOLID'|'DASHED'|'DOTTED', 'Color': 'string' }, 'LabelConfiguration': { 'ValueLabelConfiguration': { 'RelativePosition': 'BEFORE_CUSTOM_LABEL'|'AFTER_CUSTOM_LABEL', 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } }, 'CustomLabelConfiguration': { 'CustomLabel': 'string' }, 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'FontColor': 'string', 'HorizontalPosition': 'LEFT'|'CENTER'|'RIGHT', 'VerticalPosition': 'ABOVE'|'BELOW' } }, ], 'Tooltip': { 'TooltipVisibility': 'HIDDEN'|'VISIBLE', 'SelectedTooltipType': 'BASIC'|'DETAILED', 'FieldBasedTooltip': { 'AggregationVisibility': 'HIDDEN'|'VISIBLE', 'TooltipTitleType': 'NONE'|'PRIMARY_VALUE', 'TooltipFields': [ { 'FieldTooltipItem': { 'FieldId': 'string', 'Label': 'string', 'Visibility': 'HIDDEN'|'VISIBLE' }, 'ColumnTooltipItem': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Label': 'string', 'Visibility': 'HIDDEN'|'VISIBLE', 'Aggregation': { 'NumericalAggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'CategoricalAggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'DateAggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'AttributeAggregationFunction': { 'SimpleAttributeAggregation': 'UNIQUE_VALUE', 'ValueForMultipleValues': 'string' } } } }, ] } }, 'ContributionAnalysisDefaults': [ { 'MeasureFieldId': 'string', 'ContributorDimensions': [ { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, ] }, ], 'VisualPalette': { 'ChartColor': 'string', 'ColorMap': [ { 'Element': { 'FieldId': 'string', 'FieldValue': 'string' }, 'Color': 'string', 'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND' }, ] } }, 'Actions': [ { 'CustomActionId': 'string', 'Name': 'string', 'Status': 'ENABLED'|'DISABLED', 'Trigger': 'DATA_POINT_CLICK'|'DATA_POINT_MENU', 'ActionOperations': [ { 'FilterOperation': { 'SelectedFieldsConfiguration': { 'SelectedFields': [ 'string', ], 'SelectedFieldOptions': 'ALL_FIELDS', 'SelectedColumns': [ { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, ] }, 'TargetVisualsConfiguration': { 'SameSheetTargetVisualConfiguration': { 'TargetVisuals': [ 'string', ], 'TargetVisualOptions': 'ALL_VISUALS' } } }, 'NavigationOperation': { 'LocalNavigationConfiguration': { 'TargetSheetId': 'string' } }, 'URLOperation': { 'URLTemplate': 'string', 'URLTarget': 'NEW_TAB'|'NEW_WINDOW'|'SAME_TAB' }, 'SetParametersOperation': { 'ParameterValueConfigurations': [ { 'DestinationParameterName': 'string', 'Value': { 'CustomValuesConfiguration': { 'IncludeNullValue': True|False, 'CustomValues': { 'StringValues': [ 'string', ], 'IntegerValues': [ 123, ], 'DecimalValues': [ 123.0, ], 'DateTimeValues': [ datetime(2015, 1, 1), ] } }, 'SelectAllValueOptions': 'ALL_VALUES', 'SourceParameterName': 'string', 'SourceField': 'string', 'SourceColumn': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } } }, ] } }, ] }, ], 'ColumnHierarchies': [ { 'ExplicitHierarchy': { 'HierarchyId': 'string', 'Columns': [ { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, ], 'DrillDownFilters': [ { 'NumericEqualityFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Value': 123.0 }, 'CategoryFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'CategoryValues': [ 'string', ] }, 'TimeRangeFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'RangeMinimum': datetime(2015, 1, 1), 'RangeMaximum': datetime(2015, 1, 1), 'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND' } }, ] }, 'DateTimeHierarchy': { 'HierarchyId': 'string', 'DrillDownFilters': [ { 'NumericEqualityFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Value': 123.0 }, 'CategoryFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'CategoryValues': [ 'string', ] }, 'TimeRangeFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'RangeMinimum': datetime(2015, 1, 1), 'RangeMaximum': datetime(2015, 1, 1), 'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND' } }, ] }, 'PredefinedHierarchy': { 'HierarchyId': 'string', 'Columns': [ { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, ], 'DrillDownFilters': [ { 'NumericEqualityFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Value': 123.0 }, 'CategoryFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'CategoryValues': [ 'string', ] }, 'TimeRangeFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'RangeMinimum': datetime(2015, 1, 1), 'RangeMaximum': datetime(2015, 1, 1), 'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND' } }, ] } }, ] }, 'HeatMapVisual': { 'VisualId': 'string', 'Title': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FormatText': { 'PlainText': 'string', 'RichText': 'string' } }, 'Subtitle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FormatText': { 'PlainText': 'string', 'RichText': 'string' } }, 'ChartConfiguration': { 'FieldWells': { 'HeatMapAggregatedFieldWells': { 'Rows': [ { 'NumericalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'DateGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND', 'HierarchyId': 'string', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } } }, ], 'Columns': [ { 'NumericalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'DateGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND', 'HierarchyId': 'string', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } } }, ], 'Values': [ { 'NumericalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CalculatedMeasureField': { 'FieldId': 'string', 'Expression': 'string' } }, ] } }, 'SortConfiguration': { 'HeatMapRowSort': [ { 'FieldSort': { 'FieldId': 'string', 'Direction': 'ASC'|'DESC' }, 'ColumnSort': { 'SortBy': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Direction': 'ASC'|'DESC', 'AggregationFunction': { 'NumericalAggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'CategoricalAggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'DateAggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'AttributeAggregationFunction': { 'SimpleAttributeAggregation': 'UNIQUE_VALUE', 'ValueForMultipleValues': 'string' } } } }, ], 'HeatMapColumnSort': [ { 'FieldSort': { 'FieldId': 'string', 'Direction': 'ASC'|'DESC' }, 'ColumnSort': { 'SortBy': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Direction': 'ASC'|'DESC', 'AggregationFunction': { 'NumericalAggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'CategoricalAggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'DateAggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'AttributeAggregationFunction': { 'SimpleAttributeAggregation': 'UNIQUE_VALUE', 'ValueForMultipleValues': 'string' } } } }, ], 'HeatMapRowItemsLimitConfiguration': { 'ItemsLimit': 123, 'OtherCategories': 'INCLUDE'|'EXCLUDE' }, 'HeatMapColumnItemsLimitConfiguration': { 'ItemsLimit': 123, 'OtherCategories': 'INCLUDE'|'EXCLUDE' } }, 'RowLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'SortIconVisibility': 'HIDDEN'|'VISIBLE', 'AxisLabelOptions': [ { 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string', 'ApplyTo': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } } }, ] }, 'ColumnLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'SortIconVisibility': 'HIDDEN'|'VISIBLE', 'AxisLabelOptions': [ { 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string', 'ApplyTo': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } } }, ] }, 'ColorScale': { 'Colors': [ { 'Color': 'string', 'DataValue': 123.0 }, ], 'ColorFillType': 'DISCRETE'|'GRADIENT', 'NullValueColor': { 'Color': 'string', 'DataValue': 123.0 } }, 'Legend': { 'Visibility': 'HIDDEN'|'VISIBLE', 'Title': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string' }, 'Position': 'AUTO'|'RIGHT'|'BOTTOM'|'TOP', 'Width': 'string', 'Height': 'string' }, 'DataLabels': { 'Visibility': 'HIDDEN'|'VISIBLE', 'CategoryLabelVisibility': 'HIDDEN'|'VISIBLE', 'MeasureLabelVisibility': 'HIDDEN'|'VISIBLE', 'DataLabelTypes': [ { 'FieldLabelType': { 'FieldId': 'string', 'Visibility': 'HIDDEN'|'VISIBLE' }, 'DataPathLabelType': { 'FieldId': 'string', 'FieldValue': 'string', 'Visibility': 'HIDDEN'|'VISIBLE' }, 'RangeEndsLabelType': { 'Visibility': 'HIDDEN'|'VISIBLE' }, 'MinimumLabelType': { 'Visibility': 'HIDDEN'|'VISIBLE' }, 'MaximumLabelType': { 'Visibility': 'HIDDEN'|'VISIBLE' } }, ], 'Position': 'INSIDE'|'OUTSIDE'|'LEFT'|'TOP'|'BOTTOM'|'RIGHT', 'LabelContent': 'VALUE'|'PERCENT'|'VALUE_AND_PERCENT', 'LabelFontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'LabelColor': 'string', 'Overlap': 'DISABLE_OVERLAP'|'ENABLE_OVERLAP', 'TotalsVisibility': 'HIDDEN'|'VISIBLE' }, 'Tooltip': { 'TooltipVisibility': 'HIDDEN'|'VISIBLE', 'SelectedTooltipType': 'BASIC'|'DETAILED', 'FieldBasedTooltip': { 'AggregationVisibility': 'HIDDEN'|'VISIBLE', 'TooltipTitleType': 'NONE'|'PRIMARY_VALUE', 'TooltipFields': [ { 'FieldTooltipItem': { 'FieldId': 'string', 'Label': 'string', 'Visibility': 'HIDDEN'|'VISIBLE' }, 'ColumnTooltipItem': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Label': 'string', 'Visibility': 'HIDDEN'|'VISIBLE', 'Aggregation': { 'NumericalAggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'CategoricalAggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'DateAggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'AttributeAggregationFunction': { 'SimpleAttributeAggregation': 'UNIQUE_VALUE', 'ValueForMultipleValues': 'string' } } } }, ] } } }, 'ColumnHierarchies': [ { 'ExplicitHierarchy': { 'HierarchyId': 'string', 'Columns': [ { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, ], 'DrillDownFilters': [ { 'NumericEqualityFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Value': 123.0 }, 'CategoryFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'CategoryValues': [ 'string', ] }, 'TimeRangeFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'RangeMinimum': datetime(2015, 1, 1), 'RangeMaximum': datetime(2015, 1, 1), 'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND' } }, ] }, 'DateTimeHierarchy': { 'HierarchyId': 'string', 'DrillDownFilters': [ { 'NumericEqualityFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Value': 123.0 }, 'CategoryFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'CategoryValues': [ 'string', ] }, 'TimeRangeFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'RangeMinimum': datetime(2015, 1, 1), 'RangeMaximum': datetime(2015, 1, 1), 'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND' } }, ] }, 'PredefinedHierarchy': { 'HierarchyId': 'string', 'Columns': [ { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, ], 'DrillDownFilters': [ { 'NumericEqualityFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Value': 123.0 }, 'CategoryFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'CategoryValues': [ 'string', ] }, 'TimeRangeFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'RangeMinimum': datetime(2015, 1, 1), 'RangeMaximum': datetime(2015, 1, 1), 'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND' } }, ] } }, ], 'Actions': [ { 'CustomActionId': 'string', 'Name': 'string', 'Status': 'ENABLED'|'DISABLED', 'Trigger': 'DATA_POINT_CLICK'|'DATA_POINT_MENU', 'ActionOperations': [ { 'FilterOperation': { 'SelectedFieldsConfiguration': { 'SelectedFields': [ 'string', ], 'SelectedFieldOptions': 'ALL_FIELDS', 'SelectedColumns': [ { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, ] }, 'TargetVisualsConfiguration': { 'SameSheetTargetVisualConfiguration': { 'TargetVisuals': [ 'string', ], 'TargetVisualOptions': 'ALL_VISUALS' } } }, 'NavigationOperation': { 'LocalNavigationConfiguration': { 'TargetSheetId': 'string' } }, 'URLOperation': { 'URLTemplate': 'string', 'URLTarget': 'NEW_TAB'|'NEW_WINDOW'|'SAME_TAB' }, 'SetParametersOperation': { 'ParameterValueConfigurations': [ { 'DestinationParameterName': 'string', 'Value': { 'CustomValuesConfiguration': { 'IncludeNullValue': True|False, 'CustomValues': { 'StringValues': [ 'string', ], 'IntegerValues': [ 123, ], 'DecimalValues': [ 123.0, ], 'DateTimeValues': [ datetime(2015, 1, 1), ] } }, 'SelectAllValueOptions': 'ALL_VALUES', 'SourceParameterName': 'string', 'SourceField': 'string', 'SourceColumn': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } } }, ] } }, ] }, ] }, 'TreeMapVisual': { 'VisualId': 'string', 'Title': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FormatText': { 'PlainText': 'string', 'RichText': 'string' } }, 'Subtitle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FormatText': { 'PlainText': 'string', 'RichText': 'string' } }, 'ChartConfiguration': { 'FieldWells': { 'TreeMapAggregatedFieldWells': { 'Groups': [ { 'NumericalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'DateGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND', 'HierarchyId': 'string', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } } }, ], 'Sizes': [ { 'NumericalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CalculatedMeasureField': { 'FieldId': 'string', 'Expression': 'string' } }, ], 'Colors': [ { 'NumericalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CalculatedMeasureField': { 'FieldId': 'string', 'Expression': 'string' } }, ] } }, 'SortConfiguration': { 'TreeMapSort': [ { 'FieldSort': { 'FieldId': 'string', 'Direction': 'ASC'|'DESC' }, 'ColumnSort': { 'SortBy': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Direction': 'ASC'|'DESC', 'AggregationFunction': { 'NumericalAggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'CategoricalAggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'DateAggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'AttributeAggregationFunction': { 'SimpleAttributeAggregation': 'UNIQUE_VALUE', 'ValueForMultipleValues': 'string' } } } }, ], 'TreeMapGroupItemsLimitConfiguration': { 'ItemsLimit': 123, 'OtherCategories': 'INCLUDE'|'EXCLUDE' } }, 'GroupLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'SortIconVisibility': 'HIDDEN'|'VISIBLE', 'AxisLabelOptions': [ { 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string', 'ApplyTo': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } } }, ] }, 'SizeLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'SortIconVisibility': 'HIDDEN'|'VISIBLE', 'AxisLabelOptions': [ { 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string', 'ApplyTo': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } } }, ] }, 'ColorLabelOptions': { 'Visibility': 'HIDDEN'|'VISIBLE', 'SortIconVisibility': 'HIDDEN'|'VISIBLE', 'AxisLabelOptions': [ { 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string', 'ApplyTo': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } } }, ] }, 'ColorScale': { 'Colors': [ { 'Color': 'string', 'DataValue': 123.0 }, ], 'ColorFillType': 'DISCRETE'|'GRADIENT', 'NullValueColor': { 'Color': 'string', 'DataValue': 123.0 } }, 'Legend': { 'Visibility': 'HIDDEN'|'VISIBLE', 'Title': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'CustomLabel': 'string' }, 'Position': 'AUTO'|'RIGHT'|'BOTTOM'|'TOP', 'Width': 'string', 'Height': 'string' }, 'DataLabels': { 'Visibility': 'HIDDEN'|'VISIBLE', 'CategoryLabelVisibility': 'HIDDEN'|'VISIBLE', 'MeasureLabelVisibility': 'HIDDEN'|'VISIBLE', 'DataLabelTypes': [ { 'FieldLabelType': { 'FieldId': 'string', 'Visibility': 'HIDDEN'|'VISIBLE' }, 'DataPathLabelType': { 'FieldId': 'string', 'FieldValue': 'string', 'Visibility': 'HIDDEN'|'VISIBLE' }, 'RangeEndsLabelType': { 'Visibility': 'HIDDEN'|'VISIBLE' }, 'MinimumLabelType': { 'Visibility': 'HIDDEN'|'VISIBLE' }, 'MaximumLabelType': { 'Visibility': 'HIDDEN'|'VISIBLE' } }, ], 'Position': 'INSIDE'|'OUTSIDE'|'LEFT'|'TOP'|'BOTTOM'|'RIGHT', 'LabelContent': 'VALUE'|'PERCENT'|'VALUE_AND_PERCENT', 'LabelFontConfiguration': { 'FontSize': { 'Relative': 'EXTRA_SMALL'|'SMALL'|'MEDIUM'|'LARGE'|'EXTRA_LARGE' }, 'FontDecoration': 'UNDERLINE'|'NONE', 'FontColor': 'string', 'FontWeight': { 'Name': 'NORMAL'|'BOLD' }, 'FontStyle': 'NORMAL'|'ITALIC' }, 'LabelColor': 'string', 'Overlap': 'DISABLE_OVERLAP'|'ENABLE_OVERLAP', 'TotalsVisibility': 'HIDDEN'|'VISIBLE' }, 'Tooltip': { 'TooltipVisibility': 'HIDDEN'|'VISIBLE', 'SelectedTooltipType': 'BASIC'|'DETAILED', 'FieldBasedTooltip': { 'AggregationVisibility': 'HIDDEN'|'VISIBLE', 'TooltipTitleType': 'NONE'|'PRIMARY_VALUE', 'TooltipFields': [ { 'FieldTooltipItem': { 'FieldId': 'string', 'Label': 'string', 'Visibility': 'HIDDEN'|'VISIBLE' }, 'ColumnTooltipItem': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Label': 'string', 'Visibility': 'HIDDEN'|'VISIBLE', 'Aggregation': { 'NumericalAggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'CategoricalAggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'DateAggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'AttributeAggregationFunction': { 'SimpleAttributeAggregation': 'UNIQUE_VALUE', 'ValueForMultipleValues': 'string' } } } }, ] } } }, 'Actions': [ { 'CustomActionId': 'string', 'Name': 'string', 'Status': 'ENABLED'|'DISABLED', 'Trigger': 'DATA_POINT_CLICK'|'DATA_POINT_MENU', 'ActionOperations': [ { 'FilterOperation': { 'SelectedFieldsConfiguration': { 'SelectedFields': [ 'string', ], 'SelectedFieldOptions': 'ALL_FIELDS', 'SelectedColumns': [ { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, ] }, 'TargetVisualsConfiguration': { 'SameSheetTargetVisualConfiguration': { 'TargetVisuals': [ 'string', ], 'TargetVisualOptions': 'ALL_VISUALS' } } }, 'NavigationOperation': { 'LocalNavigationConfiguration': { 'TargetSheetId': 'string' } }, 'URLOperation': { 'URLTemplate': 'string', 'URLTarget': 'NEW_TAB'|'NEW_WINDOW'|'SAME_TAB' }, 'SetParametersOperation': { 'ParameterValueConfigurations': [ { 'DestinationParameterName': 'string', 'Value': { 'CustomValuesConfiguration': { 'IncludeNullValue': True|False, 'CustomValues': { 'StringValues': [ 'string', ], 'IntegerValues': [ 123, ], 'DecimalValues': [ 123.0, ], 'DateTimeValues': [ datetime(2015, 1, 1), ] } }, 'SelectAllValueOptions': 'ALL_VALUES', 'SourceParameterName': 'string', 'SourceField': 'string', 'SourceColumn': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' } } }, ] } }, ] }, ], 'ColumnHierarchies': [ { 'ExplicitHierarchy': { 'HierarchyId': 'string', 'Columns': [ { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, ], 'DrillDownFilters': [ { 'NumericEqualityFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Value': 123.0 }, 'CategoryFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'CategoryValues': [ 'string', ] }, 'TimeRangeFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'RangeMinimum': datetime(2015, 1, 1), 'RangeMaximum': datetime(2015, 1, 1), 'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND' } }, ] }, 'DateTimeHierarchy': { 'HierarchyId': 'string', 'DrillDownFilters': [ { 'NumericEqualityFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Value': 123.0 }, 'CategoryFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'CategoryValues': [ 'string', ] }, 'TimeRangeFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'RangeMinimum': datetime(2015, 1, 1), 'RangeMaximum': datetime(2015, 1, 1), 'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND' } }, ] }, 'PredefinedHierarchy': { 'HierarchyId': 'string', 'Columns': [ { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, ], 'DrillDownFilters': [ { 'NumericEqualityFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'Value': 123.0 }, 'CategoryFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'CategoryValues': [ 'string', ] }, 'TimeRangeFilter': { 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'RangeMinimum': datetime(2015, 1, 1), 'RangeMaximum': datetime(2015, 1, 1), 'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND' } }, ] } }, ] }, 'GeospatialMapVisual': { 'VisualId': 'string', 'Title': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FormatText': { 'PlainText': 'string', 'RichText': 'string' } }, 'Subtitle': { 'Visibility': 'HIDDEN'|'VISIBLE', 'FormatText': { 'PlainText': 'string', 'RichText': 'string' } }, 'ChartConfiguration': { 'FieldWells': { 'GeospatialMapAggregatedFieldWells': { 'Geospatial': [ { 'NumericalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'DateGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND', 'HierarchyId': 'string', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } } }, ], 'Values': [ { 'NumericalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': { 'SimpleNumericalAggregation': 'SUM'|'AVERAGE'|'MIN'|'MAX'|'COUNT'|'DISTINCT_COUNT'|'VAR'|'VARP'|'STDEV'|'STDEVP'|'MEDIAN', 'PercentileAggregation': { 'PercentileValue': 123.0 } }, 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CategoricalMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT', 'FormatConfiguration': { 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'DateMeasureField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'AggregationFunction': 'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX', 'FormatConfiguration': { 'DateTimeFormat': 'string', 'NullValueFormatConfiguration': { 'NullString': 'string' }, 'NumericFormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'CurrencyDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'Symbol': 'string', 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NumberScale': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS', 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } }, 'PercentageDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE', 'Visibility': 'HIDDEN'|'VISIBLE' } }, 'DecimalPlacesConfiguration': { 'DecimalPlaces': 123 }, 'NegativeValueConfiguration': { 'DisplayMode': 'POSITIVE'|'NEGATIVE' }, 'NullValueFormatConfiguration': { 'NullString': 'string' } } } } }, 'CalculatedMeasureField': { 'FieldId': 'string', 'Expression': 'string' } }, ], 'Colors': [ { 'NumericalDimensionField': { 'FieldId': 'string', 'Column': { 'DataSetIdentifier': 'string', 'ColumnName': 'string' }, 'HierarchyId': 'string', 'FormatConfiguration': { 'FormatConfiguration': { 'NumberDisplayFormatConfiguration': { 'Prefix': 'string', 'Suffix': 'string', 'SeparatorConfiguration': { 'DecimalSeparator': 'COMMA'|'DOT'|'SPACE', 'ThousandsSeparator': { 'Symbol': 'COMMA'|'DOT'|'SPACE',