I have a calculated field like this:
ifelse(
in('Capacity WoW Changes', ${MetricDevMultiple}), capacity,
in('Volume WoW Changes', ${MetricDevMultiple}), volume,
...
'999'
)
MetricDevMultiple is a multi-select parameter (around 20 metrics).
Pivot table setup:
-
Rows: site -
Columns: date -
Values: metrics (calculated field above)
Problem:
When I select multiple metrics in the parameter, the pivot table only shows one metric at a time.
Question:
Is there a way to display multiple selected metrics at once in the pivot table (without pivoting the dataset outside Quick Sight)?