Add empty points to a chart in a paginated report (Report Builder)

Applies to: ✅ Microsoft Report Builder (SSRS) ✅ Power BI Report Builder ✅ Report Designer in SQL Server Data Tools

Null values are shown on the chart as empty spaces or gaps between data points in a series. In paginated reports, empty points are data points that can be inserted in the empty space created by null values.

By default, empty points are calculated by taking the average of the previous and next data points that contain a value. You can change this so that all empty points are inserted at zero.

For more information, see Empty and Null Data Points in Charts (Report Builder and SSRS).

Note

You can create and modify paginated report definition (.rdl) files in Microsoft Report Builder, Power BI Report Builder, and in Report Designer in SQL Server Data Tools.

To specify empty points on a chart

  1. Open the Properties pane.

  2. On the design surface, right-click the series that contains null values. The properties for the series are displayed in the Properties pane.

  3. Expand the EmptyPoint node.

  4. Select a color value for the Color property.

  5. In the EmptyPoint node, expand the Marker node.

  6. Select a marker type for the MarkerType property.

    Note

    You must select a marker type to add empty points to a bar, column or scatter chart. However, for area, line and radar charts, selecting a marker type is optional because the chart fills in the empty space or gap without requiring a marker to be specified.

  7. Set the value of the empty point.

    1. In the Properties pane, expand the CustomAttributes node.

    2. Set the EmptyPointValue property. To insert empty points at an average of the previous and next data points, select Average. To insert empty points at zero, select Zero.

See Also

Add Dataset Filters, Data Region Filters, and Group Filters (Report Builder and SSRS)
Chart Types (Report Builder and SSRS)
Add Scale Breaks to a Chart (Report Builder and SSRS)
Charts (Report Builder and SSRS)