For the purposes of obfuscation, imagine you have a cube where we track a survey of reported favorite colors over time. There's a date dimension and a color dimension and our facts are the reported favorites. Within the Color Dimension, we have broken down the colors into two groups, primary (i.e. red, yellow, blue) and non-primary (everything else).Now we have an Excel spreadsheet connected to that cube and it looks like this:[code="plain"]All Colors Primary Colors Favorites Count Column Labels Row Labels Red Yellow Blue2013 9 156 34February 4 7 34October 4 November 79 December 5 66 Grand Total 9 156 34[/code]Filter: Primary Colors onlyRows: DatesColumns: ColorsValues: Favorites countThere's a drop-down arrow next to Column Labels that allows you to filter the column headers. But when you click on it, you get every color in the entire world (Mauve, Indigo, Sunset Breeze) and [b]we only want to see the list of colors with respect to the Primary Colors filter[/b]. Is there any way to do this? i.e. get the Column Labels list to respect the filter as included in the Pivot.
↧