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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
MathieuF
Helper III
Helper III

Adapt according to the current date

Hello,
I have a date filter.
Is it possible for this filter to adapt according to the current date.
For example, I open my report, I want the end date to be the current date.
How do I do this?

I have a date table.
Thanks

6 REPLIES 6
MathieuF
Helper III
Helper III

Hello again @Kedar_Pande , @lbendlin ,

I looked and I can't apply his method.
My table is built like this:

Calendar = ADDCOLUMNS(
CALENDAR(EDATE(TODAY(), -36), TODAY()),
"Datekey",ROUNDDOWN([Date],0),
"Annee",YEAR([Date]),
"Mois",MONTH([Date]),
"Jour",DAY([Date]),
)


My "date" column starts from today to 10/02/2021.
I use the following segment:

MathieuF_0-1727873800736.png

 

I would like the end date to be systematically today's or yesterday's date.

Use a dropdown slicer, not a "between" slicer.  Better - don't use a slicer at all. Use the Filter pane.

@lbendlin 
Can you show me an dropdown slicer segment?
I still want users to be able to filter dates.

MathieuF
Helper III
Helper III

Hello, I am looking at your proposals.
I will test and get back to you.

Kedar_Pande
Community Champion
Community Champion

lbendlin
Super User
Super User


- create a string representation of your date column, replace the latest date with a string "Latest"
- sort that new column by the original date column
- add a slicer or visual/page/report level filter
- set the filter to "Latest"
- publish the pbix to the workspace/app

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.