Calculated Field in UWP Pivot Client (SfPivotClient)

13 Mar 20251 minute to read

The SfPivotClient supports adding a new calculated field based on existing calculated items using the calculated field dialog.

Adding a calculated field

  1. To add a calculated field, click the Calculated Field Calculated-field-icon in the client toolbar. The calculated field dialog opens.

CalculatedField_image1

  1. Define the Name for the calculated field.

CalculatedField_image2

  1. Enter the Formula by inserting the calculation fields through the Fields section. For inserting numerical operators, you can use the formula pop-up as shown in the following screenshot.

CalculatedField_image3

  1. Click Add to add the calculated field, and then click OK to populate the values in the SfPivotClient.

CalculatedField_image4