Create a relative date slicer and filter in Power BI

APPLIES TO: Power BI Desktop Power BI service

With the relative date slicer or relative date filter, you can apply time-based filters to any date column in your data model. For example, you can use the relative date slicer to show only sales data that's happened within the last 30 days (or month, calendar months, and so on). When you refresh the data, the relative time period automatically applies the appropriate relative date constraint.

Screenshot showing a sales report and a relative date slicer with the date slicer called out.

To share your report with a Power BI colleague requires that you both have individual Power BI Pro licenses or that the report is saved in Premium capacity.

Video

In this video, Will walks through creating a date range slicer.

Note

This video uses earlier versions of Power BI Desktop or the Power BI service.

Create the relative date range slicer

You can use the relative date slicer just like any other slicer. Create a Slicer visual for your report and then select a date value for the Field value. In the following image, we selected the Date field.

Screenshot of the Visualizations pane with the slicer visual icon and the Field well called out.

Select the slicer, and in the Format pane, under Visual > Slicer settings > Options, change the Style to Relative Date.

Screenshot of the slicer visual with the Format pane and the Relative Date selected.

You can then select the settings in the date slicers.

For the first setting, you have the following choices:

Screenshot of the Relative config options with the first setting called out.

  • Last
  • Next
  • This

In the second (middle) setting in the relative date slicer, you enter a number to define the relative date range.

Screenshot of the Relative config options with the second setting called out.

In the third setting, you pick the date measurement. You have the following choices:

Screenshot of the Relative config options with the third setting called out.

  • Days
  • Weeks
  • Weeks (Calendar)
  • Months
  • Months (Calendar)
  • Years
  • Years (Calendar)

If you select Months from that list, and enter 2 in the middle setting, here's what happens:

  • If today is July 20:

    • The data included in visuals constrained by the slicer will show data for the previous two months,
    • Starting on May 21 and going through July 20 (today's date).

In comparison, if you selected Months (Calendar), the visuals constrained would show data from May 1 through June 30 (the last two complete calendar months).

Create the relative date range filter

You can also create a relative date range filter for your report page or your entire report. To do so, drag a date field from the Fields pane into the Filters on this page well or the Filters on all pages well in the Filters pane:

Screenshot showing the Date field highlighted in the Fields pane and the Date field highlighted in the 'Filters on this page' well.

Once there, you can change the relative date range. It's similar to how you can customize the relative date slicer. Select Relative date from the Filter type drop-down.

Screenshot showing the Relative date option highlighted in the Filter type drop-down.

Once you've selected Relative date, you see three sections to change under Show items when the value, including a middle numeric box, just like the slicer.

Screenshot showing the Filters on this page section of the Filters pane, with the 'Show items when the value' options called out.

Considerations and limitations

The following considerations and limitations currently apply to the relative date range slicer and filter.

  • The data type for the field in the slicer must be a date, and not the default of text. Otherwise, the relative options don't show up in the slicer.
  • Data models in Power BI don't include time zone info. The models can store times, but there's no indication of the time zone they're in.
  • The slicer and filter are always based on the time in UTC. If you set up a filter in a report and send it to a colleague in a different time zone, you both see the same data. Unless you are in the UTC time zone, you and your colleague must account for the time offset that you experience.
  • You can convert data captured in a local time zone to UTC using the Query Editor.