I have a current PowerPivot file that had a hierarchy as follows:
I then have some metrics like:
I have a PivotTable and I would like to control what field is placed on the rows by the use of the filter. I currently have the entire hierarchy as the rows and they are nested. What I really want is if the user selects 'Division' from a 'Visibility Slicer' then the Division values would be seen in the rows. If the user selects 'Sales Rep' then the Sales Rep values would be seen in the rows. I would likely only want one value to be selected and can add some logic about what to do if they choose multiple.
What I don't know how to do (or even if it is possible) is - how to control what field is used in the rows by a slicer.
Thanks in advance.
- Division
- Region
- Sales Rep
- Headquarters
- Firm
I then have some metrics like:
- Open Orders
- Closed Orders
- Revenue
- Claims
I have a PivotTable and I would like to control what field is placed on the rows by the use of the filter. I currently have the entire hierarchy as the rows and they are nested. What I really want is if the user selects 'Division' from a 'Visibility Slicer' then the Division values would be seen in the rows. If the user selects 'Sales Rep' then the Sales Rep values would be seen in the rows. I would likely only want one value to be selected and can add some logic about what to do if they choose multiple.
What I don't know how to do (or even if it is possible) is - how to control what field is used in the rows by a slicer.
Thanks in advance.