Say you examine the diagram above and determine that the values above $8,500 are outliers and should be grouped together. To group them, you can create a calculated field and then create a bin from the calculation.
Step 1
In the Measures pane, right-click the measure you are interested in (in this case, Sales) and select Create Calculated Field.
Step 2
In the Create Calculated Field dialog box, specify the name of the new field. In this example, type Adjusted Sales in the Name text box.
Step 3
In the Formula text box, type the formula to round the outliers to the value you want to use. In this example, type IF [Sales] >= 8500 THEN 8500 ELSE [Sales] END .

Step 4
Click Check Formula to verify that the formula is valid.
Step 5
When finished, click OK.
Step 6
In the Measures pane, right-click Adjusted Sales and select Create Bins.

Step 7
In the Create Bins dialog box, in the Size of bins text box, type 500.
Step 8
Under Range of Values, click Load to check that the bin size is appropriate, and then click OK.
Step 9
From the Dimensions pane, drag Adjusted Sales (bin) on top of Sales (bin) on the Rows shelf.
The diagram shows all sales that are over $8,500 at the $8,500 level.

Note: You cannot use aggregated formulas in bins.