Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
jacccodezwart
Helper I
Helper I

Looking for a single date slicer

Hi all,

 

I don't know if this sub-forum is the right place to ask, if not I'm sorry.

 

Anyway, what I'm looking for is a date slicer (or settings for the current PBI date slicer) that has ONE button and if you move the button back and forth, just ONE date is selected from the related table. By doning to you select one date at a time.

 

Does such a thing exist ?

 

Thanks in advance.

 

Jacco

 

 

1 ACCEPTED SOLUTION

Hi @jacccodezwart ,

Thank you for reaching out to the Microsoft Community Forum.

 

As you mentioned , when you move the button, the date changes by one. When move left, go back in time and move right, go to future. In Power BI, the built‑in Date slicer doesn’t provide a single‑knob slider that selects exactly one date. Its modes are Between two handles, Before, After and Relative all of which select ranges, not a single day.

 

Please try alternative workaround.

1. I have created sample data based on your requirement.

2. Created Calendar and Sales tables. And created "Date Selector" disconnected Date table.

3. Created Selected Date and Sales (Single Date) measures.

4. Drag the 'Date Selector'[Date] in slicer, 'Date Selector'[Selected Date] in table visual and 'Date Selector'[Sales (Single Date)] in column chart for testing.

5.In slicer settings, options --> Style --> Before(select the option).

 

Please refer below output snaps and attached PBIX file.

 

vdineshya_0-1768378738912.png

 

If you select "Before" option in settings, slicer visual displays only single date. if you move the slider to left , it will display past date. if you move the slicer to right , it will display future date.

 

vdineshya_1-1768379000437.png

 

vdineshya_2-1768379060782.png

 

I hope this information helps. Please do let us know if you have any further queries.

 

Regards,

Dinesh

 

 

 

 

View solution in original post

9 REPLIES 9
danextian
Super User
Super User

Hi @jacccodezwart

It looks like what you’re after isn’t available. I’ve seen several calendar custom visuals, but none offer buttons to move to previous or next dates—only a dropdown or a vertical single-select slicer provides that functionality sans the buttons.





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.
ryan_mayu
Super User
Super User

@jacccodezwart 

so far, I don't think the default date slicer can meet your requirement. You can change to dropdown or list mode if you only want to select one date. What's more, if your date range is very huge. It's not easy to use the range slicer to select one specific date.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




I'm aware that on a large range, performance can be slow. But you can minimize that using (visual) filtering

Kedar_Pande
Super User
Super User

@jacccodezwart 

 

Slicer (List) → [Date] → Format → Selection controls → Single select ON

 

One date selectable at a time

Allmost, what I want is something that looks like this :

jacccodezwart_0-1768205932405.png

. . . and when I move the button, the date changes by one. When move left, go back in time and move right, go to future.

 

 

Hi @jacccodezwart ,

Thank you for reaching out to the Microsoft Community Forum.

 

As you mentioned , when you move the button, the date changes by one. When move left, go back in time and move right, go to future. In Power BI, the built‑in Date slicer doesn’t provide a single‑knob slider that selects exactly one date. Its modes are Between two handles, Before, After and Relative all of which select ranges, not a single day.

 

Please try alternative workaround.

1. I have created sample data based on your requirement.

2. Created Calendar and Sales tables. And created "Date Selector" disconnected Date table.

3. Created Selected Date and Sales (Single Date) measures.

4. Drag the 'Date Selector'[Date] in slicer, 'Date Selector'[Selected Date] in table visual and 'Date Selector'[Sales (Single Date)] in column chart for testing.

5.In slicer settings, options --> Style --> Before(select the option).

 

Please refer below output snaps and attached PBIX file.

 

vdineshya_0-1768378738912.png

 

If you select "Before" option in settings, slicer visual displays only single date. if you move the slider to left , it will display past date. if you move the slicer to right , it will display future date.

 

vdineshya_1-1768379000437.png

 

vdineshya_2-1768379060782.png

 

I hope this information helps. Please do let us know if you have any further queries.

 

Regards,

Dinesh

 

 

 

 

Thanks for your sugestion !!

 

I will look in to it.

 

Jacco

Hi @jacccodezwart ,

Thank you for the update. Please provide ETA (Estimated time for arrival ) for this thread.

 

Regards,

Dinesh

 

First, to achieve the effect shown in your diagram, it must be a numerical range parameter. Currently, Power BI only supports numerical ranges to enable single-value options. Therefore, we must indirectly convert dates into numerical values. Since the numbers need to resemble dates, we can use the yyyyMMdd format. Within the format string, entering 0000/00/00 ensures the integer is displayed as yyyy/MM/dd without altering the integer's format. Here's the specific approach:

XianZuo_0-1768276685375.pngXianZuo_1-1768276717458.pngXianZuo_2-1768276742123.png

 



Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.