Option 1: Combined fields
- Drag the Category and Sub-Category dimensions to the Rows shelf.
- Double-click Sales in the Measures pane.
- Ctrl-click Category and Sub-Category in Dimensions, right-click the highlighted fields, and then select Create > Combined Field.
- Drag the combined Category & Sub-Category field to the far left on Rows.
- Right-click Category & Sub-Category on Rows, and then clear Show Header.
Option 2: Use Combined Calculation
- Select Analysis > Create Calculated field...
- In the Calculated Field dialog box that opens, do the following, and then click OK:
- Name the calculated field. In this example, the calculated field is named "Combined"
- In the formula field, create a calculation similar to the following:
[Region]+[Category]+[Sub-Category]
- Drag [Combined] to the far left on the Rows shelf
- Right-click [Combined] on Rows, and then uncheck Show Header
Note: The combined field must produce a unique value for each row in order to repeat the header in every row.