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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

"Dynamically" predetermined slicer

Hello,

I have a slicer to filter on the exact date to show this dates revenue. What i want to do is set the slicer dynamically to todays date (if i open today, slicer is dynamically set to "04.06.2020", if i open tomorrow it is set to "05.06.2020" and so on) with the option for the user to change to filter to another Date.

 

Is this possible?

 

Regards,

Dennis

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , Try relative date slicer

https://docs.microsoft.com/en-us/power-bi/visuals/desktop-slicer-filter-date-range

Or Have this column in your date table and use that as slicer of page-level filter

Is Today = if('Date'[Date]=TODAY(),"Today",[Date]&"")

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , Try relative date slicer

https://docs.microsoft.com/en-us/power-bi/visuals/desktop-slicer-filter-date-range

Or Have this column in your date table and use that as slicer of page-level filter

Is Today = if('Date'[Date]=TODAY(),"Today",[Date]&"")

Anonymous
Not applicable

@amitchandak 

Thank you very much! The calculated column is genius and exactly what i wanted!

 

Regards,

Dennis

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.